TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the resource that you want to tag. To get the ARN, send a GET request with the resource name.

    Declaration

    Swift

    public let arn: String
  • The tags that you want to add to the resource. You can tag resources with a key-value pair or with only a key.

    Declaration

    Swift

    public let tags: [String : String]
  • Undocumented

    Declaration

    Swift

    public init(arn: String, tags: [String : String])