ResourceTagsDescriptionMessage
public struct ResourceTagsDescriptionMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the resource for which a tag list was requested.
Declaration
Swift
public let resourceArn: String?
-
A list of tag key-value pairs.
Declaration
Swift
public let resourceTags: [Tag]?
-
Undocumented
Declaration
Swift
public init(resourceArn: String? = nil, resourceTags: [Tag]? = nil)