Module: Aws::MigrationHubOrchestrator::Client::_GetTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMigrationWorkflowTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #description ⇒ ::String
- #id ⇒ ::String
- #inputs ⇒ ::Array[Types::TemplateInput]
- #name ⇒ ::String
- #owner ⇒ ::String
- #status ⇒ "CREATED", ...
- #status_message ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #template_arn ⇒ ::String
- #template_class ⇒ ::String
- #tools ⇒ ::Array[Types::Tool]
Instance Method Details
#creation_time ⇒ ::Time
225 |
# File 'sig/client.rbs', line 225
def creation_time: () -> ::Time
|
#description ⇒ ::String
222 |
# File 'sig/client.rbs', line 222
def description: () -> ::String
|
#id ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def id: () -> ::String
|
#inputs ⇒ ::Array[Types::TemplateInput]
223 |
# File 'sig/client.rbs', line 223
def inputs: () -> ::Array[Types::TemplateInput]
|
#name ⇒ ::String
221 |
# File 'sig/client.rbs', line 221
def name: () -> ::String
|
#owner ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def owner: () -> ::String
|
#status ⇒ "CREATED", ...
227 |
# File 'sig/client.rbs', line 227
def status: () -> ("CREATED" | "READY" | "PENDING_CREATION" | "CREATING" | "CREATION_FAILED")
|
#status_message ⇒ ::String
228 |
# File 'sig/client.rbs', line 228
def status_message: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
230 |
# File 'sig/client.rbs', line 230
def tags: () -> ::Hash[::String, ::String]
|
#template_arn ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def template_arn: () -> ::String
|
#template_class ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def template_class: () -> ::String
|
#tools ⇒ ::Array[Types::Tool]
224 |
# File 'sig/client.rbs', line 224
def tools: () -> ::Array[Types::Tool]
|