Class: Aws::Types::ExperimentTarget
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::ExperimentTargetFilter]
Returns the value of attribute filters.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
-
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#selection_mode ⇒ ::String
Returns the value of attribute selection_mode.
Instance Attribute Details
#filters ⇒ ::Array[Types::ExperimentTargetFilter]
Returns the value of attribute filters.
298 299 300 |
# File 'sig/types.rbs', line 298 def filters @filters end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
300 301 302 |
# File 'sig/types.rbs', line 300 def parameters @parameters end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
296 297 298 |
# File 'sig/types.rbs', line 296 def resource_arns @resource_arns end |
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
297 298 299 |
# File 'sig/types.rbs', line 297 def @resource_tags end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
295 296 297 |
# File 'sig/types.rbs', line 295 def resource_type @resource_type end |
#selection_mode ⇒ ::String
Returns the value of attribute selection_mode.
299 300 301 |
# File 'sig/types.rbs', line 299 def selection_mode @selection_mode end |