Class: Aws::Types::UpdateExperimentTemplateActionInputItem
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExperimentTemplateActionInputItem
- 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.
754 755 756 |
# File 'sig/types.rbs', line 754 def action_id @action_id end |
#description ⇒ ::String
Returns the value of attribute description.
755 756 757 |
# File 'sig/types.rbs', line 755 def description @description end |
#parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute parameters.
756 757 758 |
# File 'sig/types.rbs', line 756 def parameters @parameters end |
#start_after ⇒ ::Array[::String]
Returns the value of attribute start_after.
758 759 760 |
# File 'sig/types.rbs', line 758 def start_after @start_after end |
#targets ⇒ ::Hash[::String, ::String]
Returns the value of attribute targets.
757 758 759 |
# File 'sig/types.rbs', line 757 def targets @targets end |