Class: Aws::Types::ExperimentTemplateTarget
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTemplateTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::ExperimentTemplateTargetFilter]
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::ExperimentTemplateTargetFilter]
Returns the value of attribute filters.
439 440 441 |
# File 'sig/types.rbs', line 439 def filters @filters end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
441 442 443 |
# File 'sig/types.rbs', line 441 def parameters @parameters end |
#resource_arns ⇒ ::Array[::String]
Returns the value of attribute resource_arns.
437 438 439 |
# File 'sig/types.rbs', line 437 def resource_arns @resource_arns end |
#resource_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_tags.
438 439 440 |
# File 'sig/types.rbs', line 438 def end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
436 437 438 |
# File 'sig/types.rbs', line 436 def resource_type @resource_type end |
#selection_mode ⇒ ::String
Returns the value of attribute selection_mode.
440 441 442 |
# File 'sig/types.rbs', line 440 def selection_mode @selection_mode end |