Class: Aws::CodeDeploy::Types::EC2TagSet
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::EC2TagSet
- Defined in:
- gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb
Overview
Information about groups of Amazon EC2 instance tags.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_tag_set_list ⇒ Array<Array<Types::EC2TagFilter>>
A list that contains other lists of Amazon EC2 instance tag groups.
Instance Attribute Details
#ec2_tag_set_list ⇒ Array<Array<Types::EC2TagFilter>>
A list that contains other lists of Amazon 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.
2001 2002 2003 2004 2005 |
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 2001 class EC2TagSet < Struct.new( :ec2_tag_set_list) SENSITIVE = [] include Aws::Structure end |