ResourceTags
public struct ResourceTags : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the resource.
Declaration
Swift
public let arn: String? -
The tags for the resource.
Declaration
Swift
public let tags: [String : String]? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, tags: [String : String]? = nil)
View on GitHub
ResourceTags Structure Reference