Tag

public struct Tag : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag .

    Declaration

    Swift

    public let key: String?
  • A user-defined value, which is optional in a tag. For more information, see Tag Clusters.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

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