Class: Aws::Types::CreateExperimentTemplateActionInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateExperimentTemplateActionInput
- 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.
47 48 49 |
# File 'sig/types.rbs', line 47 def action_id @action_id end |
#description ⇒ ::String
Returns the value of attribute description.
48 49 50 |
# File 'sig/types.rbs', line 48 def description @description end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
49 50 51 |
# File 'sig/types.rbs', line 49 def parameters @parameters end |
#start_after ⇒ ::Array[::String]
Returns the value of attribute start_after.
51 52 53 |
# File 'sig/types.rbs', line 51 def start_after @start_after end |
#targets ⇒ ::Hash[::String, ::String]
Returns the value of attribute targets.
50 51 52 |
# File 'sig/types.rbs', line 50 def targets @targets end |