Class: Aws::FIS::Types::UpdateExperimentTemplateTargetInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#filtersArray<Types::ExperimentTemplateTargetInputFilter>

The filters to apply to identify target resources using specific attributes.



2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2208

class UpdateExperimentTemplateTargetInput < Struct.new(
  :resource_type,
  :resource_arns,
  :resource_tags,
  :filters,
  :selection_mode,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#parametersHash<String,String>

The resource type parameters.

Returns:

  • (Hash<String,String>)


2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2208

class UpdateExperimentTemplateTargetInput < Struct.new(
  :resource_type,
  :resource_arns,
  :resource_tags,
  :filters,
  :selection_mode,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnsArray<String>

The Amazon Resource Names (ARNs) of the targets.

Returns:

  • (Array<String>)


2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2208

class UpdateExperimentTemplateTargetInput < Struct.new(
  :resource_type,
  :resource_arns,
  :resource_tags,
  :filters,
  :selection_mode,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#resource_tagsHash<String,String>

The tags for the target resources.

Returns:

  • (Hash<String,String>)


2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2208

class UpdateExperimentTemplateTargetInput < Struct.new(
  :resource_type,
  :resource_arns,
  :resource_tags,
  :filters,
  :selection_mode,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type. The resource type must be supported for the specified action.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2208

class UpdateExperimentTemplateTargetInput < Struct.new(
  :resource_type,
  :resource_arns,
  :resource_tags,
  :filters,
  :selection_mode,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end

#selection_modeString

Scopes the identified resources to a specific count or percentage.

Returns:

  • (String)


2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 2208

class UpdateExperimentTemplateTargetInput < Struct.new(
  :resource_type,
  :resource_arns,
  :resource_tags,
  :filters,
  :selection_mode,
  :parameters)
  SENSITIVE = []
  include Aws::Structure
end