AWSLocationListTagsForResourceRequest

Objective-C

@interface AWSLocationListTagsForResourceRequest

Swift

class AWSLocationListTagsForResourceRequest
  • The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.

    • Format example: arn:aws:geo:region:account-id:resourcetype/ExampleResource

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable resourceArn;

    Swift

    var resourceArn: String? { get set }