TagResourceInput
public struct TagResourceInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.
Declaration
Swift
public let resourceArn: String -
Key-value pairs that are used to help organize your resources. You can assign your own metadata to the resources you create.
Declaration
Swift
public let tags: [String : String] -
Undocumented
Declaration
Swift
public init(resourceArn: String, tags: [String : String])
View on GitHub
TagResourceInput Structure Reference