Class: Aws::Types::ExperimentTemplateAction
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentTemplateAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_id ⇒ ::String
Returns the value of attribute action_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
-
#start_after ⇒ ::Array[::String]
Returns the value of attribute start_after.
-
#targets ⇒ ::Hash[::String, ::String]
Returns the value of attribute targets.
Instance Attribute Details
#action_id ⇒ ::String
Returns the value of attribute action_id.
343 344 345 |
# File 'sig/types.rbs', line 343 def action_id @action_id end |
#description ⇒ ::String
Returns the value of attribute description.
344 345 346 |
# File 'sig/types.rbs', line 344 def description @description end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
345 346 347 |
# File 'sig/types.rbs', line 345 def parameters @parameters end |
#start_after ⇒ ::Array[::String]
Returns the value of attribute start_after.
347 348 349 |
# File 'sig/types.rbs', line 347 def start_after @start_after end |
#targets ⇒ ::Hash[::String, ::String]
Returns the value of attribute targets.
346 347 348 |
# File 'sig/types.rbs', line 346 def targets @targets end |