OnPremisesTagSet

public struct OnPremisesTagSet : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list that contains other lists of on-premises 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 onPremisesTagSetList: [[TagFilter]]?
  • Undocumented

    Declaration

    Swift

    public init(onPremisesTagSetList: [[TagFilter]]? = nil)