TagResourceRequest

public struct TagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the resource.

    Declaration

    Swift

    public let resourceArn: String
  • One or more tags. For example, { “tags”: {“key1”:“value1”, “key2”:“value2”} }.

    Declaration

    Swift

    public let tags: [String : String]
  • Undocumented

    Declaration

    Swift

    public init(resourceArn: String, tags: [String : String])
  • Declaration

    Swift

    public func validate(name: String) throws