Tag

public struct Tag : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The key of the tag. Constraints: Tag keys are case-sensitive and accept a maximum of 127 Unicode characters. May not begin with aws:.

    Declaration

    Swift

    public let key: String?
  • The value of the tag. Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode characters.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

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