Class: Aws::MigrationHubOrchestrator::Types::GetMigrationWorkflowTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::GetMigrationWorkflowTemplateResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time at which the template was last created.
-
#description ⇒ String
The time at which the template was last created.
-
#id ⇒ String
The ID of the template.
-
#inputs ⇒ Array<Types::TemplateInput>
The inputs provided for the creation of the migration workflow.
-
#name ⇒ String
The name of the template.
-
#status ⇒ String
The status of the template.
-
#tools ⇒ Array<Types::Tool>
List of AWS services utilized in a migration workflow.
Instance Attribute Details
#creation_time ⇒ Time
The time at which the template was last created.
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 |
#description ⇒ String
The time at which the template was last created.
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 |
#id ⇒ String
The ID of the template.
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 |
#inputs ⇒ Array<Types::TemplateInput>
The inputs provided for the creation of the migration workflow.
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 |
#name ⇒ String
The name of the template.
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 |
#status ⇒ String
The status of the template.
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 |
#tools ⇒ Array<Types::Tool>
List of AWS services utilized in a migration workflow.
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 |