Class: Aws::CodeDeploy::Types::OnPremisesTagSet

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb

Overview

Information about groups of on-premises instance tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#on_premises_tag_set_listArray<Array<Types::TagFilter>>

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.

Returns:



4182
4183
4184
4185
4186
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 4182

class OnPremisesTagSet < Struct.new(
  :on_premises_tag_set_list)
  SENSITIVE = []
  include Aws::Structure
end