Class: Aws::FIS::Types::ExperimentTarget

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fis/types.rb

Overview

Describes a target for an experiment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::ExperimentTargetFilter>

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

Returns:



861
862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-fis/types.rb', line 861

class ExperimentTarget < 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>)


861
862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-fis/types.rb', line 861

class ExperimentTarget < 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 resources.

Returns:

  • (Array<String>)


861
862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-fis/types.rb', line 861

class ExperimentTarget < 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>)


861
862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-fis/types.rb', line 861

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

#resource_typeString

The resource type.

Returns:

  • (String)


861
862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-fis/types.rb', line 861

class ExperimentTarget < 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)


861
862
863
864
865
866
867
868
869
870
# File 'lib/aws-sdk-fis/types.rb', line 861

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