Class: Aws::FIS::Types::UpdateExperimentTemplateTargetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::UpdateExperimentTemplateTargetInput
- Includes:
- Structure
- Defined in:
- 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.
2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-fis/types.rb', line 2306 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.
2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-fis/types.rb', line 2306 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.
2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-fis/types.rb', line 2306 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.
2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-fis/types.rb', line 2306 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.
2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-fis/types.rb', line 2306 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.
2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 |
# File 'lib/aws-sdk-fis/types.rb', line 2306 class UpdateExperimentTemplateTargetInput < Struct.new( :resource_type, :resource_arns, :resource_tags, :filters, :selection_mode, :parameters) SENSITIVE = [] include Aws::Structure end |