Class: Aws::FIS::Types::UpdateExperimentTemplateTargetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateExperimentTemplateTargetInput
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::ExperimentTemplateTargetInputFilter>
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::ExperimentTemplateTargetInputFilter>
The filters to apply to identify target resources using specific attributes.
2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2740 class UpdateExperimentTemplateTargetInput < 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.
2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2740 class UpdateExperimentTemplateTargetInput < 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.
2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2740 class UpdateExperimentTemplateTargetInput < 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.
2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2740 class UpdateExperimentTemplateTargetInput < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type. The resource type must be supported for the specified action.
2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2740 class UpdateExperimentTemplateTargetInput < 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.
2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2740 class UpdateExperimentTemplateTargetInput < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |