AWSLogsListTagsForResourceResponse

Objective-C

@interface AWSLogsListTagsForResourceResponse

Swift

class AWSLogsListTagsForResourceResponse
  • The list of tags associated with the requested resource.>

    Declaration

    Objective-C

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

    Swift

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