Tag

public struct Tag : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The key (name) of a tag. Valid values: A-Z, a-z, 0-9, space, “.:/=+-@” Constraints: Each key can be 1-128 characters long.

    Declaration

    Swift

    public let key: String?
  • The value of a tag. Valid values: A-Z, a-z, 0-9, space, “.:/=+-@” Constraints: Each value can be 0-256 characters long.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(key: String? = nil, value: String? = nil)