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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/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:



830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 830

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


830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 830

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


830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 830

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


830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 830

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)


830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 830

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)


830
831
832
833
834
835
836
837
838
839
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 830

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