Class: Aws::Types::GetTemplateStepResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTemplateStepResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next ⇒ ::Array[::String]
Returns the value of attribute next.
-
#outputs ⇒ ::Array[Types::StepOutput]
Returns the value of attribute outputs.
-
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
-
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
-
#step_automation_configuration ⇒ Types::StepAutomationConfiguration
Returns the value of attribute step_automation_configuration.
-
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
229 230 231 |
# File 'sig/types.rbs', line 229 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
227 228 229 |
# File 'sig/types.rbs', line 227 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
223 224 225 |
# File 'sig/types.rbs', line 223 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
226 227 228 |
# File 'sig/types.rbs', line 226 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
231 232 233 |
# File 'sig/types.rbs', line 231 def next @next end |
#outputs ⇒ ::Array[Types::StepOutput]
Returns the value of attribute outputs.
232 233 234 |
# File 'sig/types.rbs', line 232 def outputs @outputs end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
230 231 232 |
# File 'sig/types.rbs', line 230 def previous @previous end |
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
228 229 230 |
# File 'sig/types.rbs', line 228 def step_action_type @step_action_type end |
#step_automation_configuration ⇒ Types::StepAutomationConfiguration
Returns the value of attribute step_automation_configuration.
233 234 235 |
# File 'sig/types.rbs', line 233 def step_automation_configuration @step_automation_configuration end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
224 225 226 |
# File 'sig/types.rbs', line 224 def step_group_id @step_group_id end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
225 226 227 |
# File 'sig/types.rbs', line 225 def template_id @template_id end |