TagDescription

public struct TagDescription : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • key

    The tag key.

    Declaration

    Swift

    public let key: String?
  • Determines whether the tag is added to new instances as they are launched in the group.

    Declaration

    Swift

    public let propagateAtLaunch: Bool?
  • The name of the group.

    Declaration

    Swift

    public let resourceId: String?
  • The type of resource. The only supported value is auto-scaling-group.

    Declaration

    Swift

    public let resourceType: String?
  • The tag value.

    Declaration

    Swift

    public let value: String?
  • Undocumented

    Declaration

    Swift

    public init(key: String? = nil, propagateAtLaunch: Bool? = nil, resourceId: String? = nil, resourceType: String? = nil, value: String? = nil)