Module: Aws::MigrationHubOrchestrator::Client::_GetTemplateResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::GetMigrationWorkflowTemplateResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#creation_time::Time

Returns:

  • (::Time)


225
# File 'sig/client.rbs', line 225

def creation_time: () -> ::Time

#description::String

Returns:

  • (::String)


222
# File 'sig/client.rbs', line 222

def description: () -> ::String

#id::String

Returns:

  • (::String)


219
# File 'sig/client.rbs', line 219

def id: () -> ::String

#inputs::Array[Types::TemplateInput]

Returns:



223
# File 'sig/client.rbs', line 223

def inputs: () -> ::Array[Types::TemplateInput]

#name::String

Returns:

  • (::String)


221
# File 'sig/client.rbs', line 221

def name: () -> ::String

#owner::String

Returns:

  • (::String)


226
# File 'sig/client.rbs', line 226

def owner: () -> ::String

#status"CREATED", ...

Returns:

  • ("CREATED", "READY", "PENDING_CREATION", "CREATING", "CREATION_FAILED")


227
# File 'sig/client.rbs', line 227

def status: () -> ("CREATED" | "READY" | "PENDING_CREATION" | "CREATING" | "CREATION_FAILED")

#status_message::String

Returns:

  • (::String)


228
# File 'sig/client.rbs', line 228

def status_message: () -> ::String

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


230
# File 'sig/client.rbs', line 230

def tags: () -> ::Hash[::String, ::String]

#template_arn::String

Returns:

  • (::String)


220
# File 'sig/client.rbs', line 220

def template_arn: () -> ::String

#template_class::String

Returns:

  • (::String)


229
# File 'sig/client.rbs', line 229

def template_class: () -> ::String

#tools::Array[Types::Tool]

Returns:



224
# File 'sig/client.rbs', line 224

def tools: () -> ::Array[Types::Tool]