Module: Aws::MigrationHubOrchestrator::Client::_GetTemplateStepResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTemplateStepResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::String
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #next ⇒ ::Array[::String]
- #outputs ⇒ ::Array[Types::StepOutput]
- #previous ⇒ ::Array[::String]
- #step_action_type ⇒ "MANUAL", "AUTOMATED"
- #step_automation_configuration ⇒ Types::StepAutomationConfiguration
- #step_group_id ⇒ ::String
- #template_id ⇒ ::String
Instance Method Details
#creation_time ⇒ ::String
246 |
# File 'sig/client.rbs', line 246
def creation_time: () -> ::String
|
#description ⇒ ::String
244 |
# File 'sig/client.rbs', line 244
def description: () -> ::String
|
#id ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def id: () -> ::String
|
#name ⇒ ::String
243 |
# File 'sig/client.rbs', line 243
def name: () -> ::String
|
#next ⇒ ::Array[::String]
248 |
# File 'sig/client.rbs', line 248
def next: () -> ::Array[::String]
|
#outputs ⇒ ::Array[Types::StepOutput]
249 |
# File 'sig/client.rbs', line 249
def outputs: () -> ::Array[Types::StepOutput]
|
#previous ⇒ ::Array[::String]
247 |
# File 'sig/client.rbs', line 247
def previous: () -> ::Array[::String]
|
#step_action_type ⇒ "MANUAL", "AUTOMATED"
245 |
# File 'sig/client.rbs', line 245
def step_action_type: () -> ("MANUAL" | "AUTOMATED")
|
#step_automation_configuration ⇒ Types::StepAutomationConfiguration
250 |
# File 'sig/client.rbs', line 250
def step_automation_configuration: () -> Types::StepAutomationConfiguration
|
#step_group_id ⇒ ::String
241 |
# File 'sig/client.rbs', line 241
def step_group_id: () -> ::String
|
#template_id ⇒ ::String
242 |
# File 'sig/client.rbs', line 242
def template_id: () -> ::String
|