EC2TagSet

public struct EC2TagSet : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list that contains other lists of EC2 instance tag groups. For an instance to be included in the deployment group, it must be identified by all of the tag groups in the list.

    Declaration

    Swift

    public let ec2TagSetList: [[EC2TagFilter]]?
  • Undocumented

    Declaration

    Swift

    public init(ec2TagSetList: [[EC2TagFilter]]? = nil)