Class: Aws::MigrationHubOrchestrator::Types::GetMigrationWorkflowTemplateResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time at which the template was last created.

Returns:

  • (Time)


541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 541

class GetMigrationWorkflowTemplateResponse < Struct.new(
  :id,
  :name,
  :description,
  :inputs,
  :tools,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The time at which the template was last created.

Returns:

  • (String)


541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 541

class GetMigrationWorkflowTemplateResponse < Struct.new(
  :id,
  :name,
  :description,
  :inputs,
  :tools,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the template.

Returns:

  • (String)


541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 541

class GetMigrationWorkflowTemplateResponse < Struct.new(
  :id,
  :name,
  :description,
  :inputs,
  :tools,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#inputsArray<Types::TemplateInput>

The inputs provided for the creation of the migration workflow.

Returns:



541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 541

class GetMigrationWorkflowTemplateResponse < Struct.new(
  :id,
  :name,
  :description,
  :inputs,
  :tools,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the template.

Returns:

  • (String)


541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 541

class GetMigrationWorkflowTemplateResponse < Struct.new(
  :id,
  :name,
  :description,
  :inputs,
  :tools,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the template.

Returns:

  • (String)


541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 541

class GetMigrationWorkflowTemplateResponse < Struct.new(
  :id,
  :name,
  :description,
  :inputs,
  :tools,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#toolsArray<Types::Tool>

List of AWS services utilized in a migration workflow.

Returns:



541
542
543
544
545
546
547
548
549
550
551
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 541

class GetMigrationWorkflowTemplateResponse < Struct.new(
  :id,
  :name,
  :description,
  :inputs,
  :tools,
  :status,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end