Class: Aws::FIS::Types::ExperimentTemplateTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentTemplateTarget
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Describes a target for an experiment template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::ExperimentTemplateTargetFilter>
The filters to apply to identify target resources using specific attributes.
-
#parameters ⇒ Hash<String,String>
The resource type parameters.
-
#resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the targets.
-
#resource_tags ⇒ Hash<String,String>
The tags for the target resources.
-
#resource_type ⇒ String
The resource type.
-
#selection_mode ⇒ String
Scopes the identified resources to a specific count or percentage.
Instance Attribute Details
#filters ⇒ Array<Types::ExperimentTemplateTargetFilter>
The filters to apply to identify target resources using specific attributes.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1593 class ExperimentTemplateTarget < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#parameters ⇒ Hash<String,String>
The resource type parameters.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1593 class ExperimentTemplateTarget < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#resource_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the targets.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1593 class ExperimentTemplateTarget < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#resource_tags ⇒ Hash<String,String>
The tags for the target resources.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1593 class ExperimentTemplateTarget < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1593 class ExperimentTemplateTarget < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#selection_mode ⇒ String
Scopes the identified resources to a specific count or percentage.
1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 1593 class ExperimentTemplateTarget < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |