AWSLocationListTagsForResourceResponse

Objective-C

@interface AWSLocationListTagsForResourceResponse

Swift

class AWSLocationListTagsForResourceResponse
  • Tags that have been applied to the specified resource. Tags are mapped from the tag key to the tag value: "TagKey" : "TagValue".

    • Format example: {"tag1" : "value1", "tag2" : "value2"}

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDictionary<NSString *, NSString *> *_Nullable tags;

    Swift

    var tags: [String : String]? { get set }