Class: Aws::MigrationHubOrchestrator::Types::StopMigrationWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::StopMigrationWorkflowResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the migration workflow.
-
#id ⇒ String
The ID of the migration workflow.
-
#last_stop_time ⇒ Time
The time at which the migration workflow was stopped.
-
#status ⇒ String
The status of the migration workflow.
-
#status_message ⇒ String
The status message of the migration workflow.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the migration workflow.
1642 1643 1644 1645 1646 1647 1648 1649 1650 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1642 class StopMigrationWorkflowResponse < Struct.new( :id, :arn, :status, :status_message, :last_stop_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the migration workflow.
1642 1643 1644 1645 1646 1647 1648 1649 1650 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1642 class StopMigrationWorkflowResponse < Struct.new( :id, :arn, :status, :status_message, :last_stop_time) SENSITIVE = [] include Aws::Structure end |
#last_stop_time ⇒ Time
The time at which the migration workflow was stopped.
1642 1643 1644 1645 1646 1647 1648 1649 1650 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1642 class StopMigrationWorkflowResponse < Struct.new( :id, :arn, :status, :status_message, :last_stop_time) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the migration workflow.
1642 1643 1644 1645 1646 1647 1648 1649 1650 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1642 class StopMigrationWorkflowResponse < Struct.new( :id, :arn, :status, :status_message, :last_stop_time) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message of the migration workflow.
1642 1643 1644 1645 1646 1647 1648 1649 1650 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1642 class StopMigrationWorkflowResponse < Struct.new( :id, :arn, :status, :status_message, :last_stop_time) SENSITIVE = [] include Aws::Structure end |