Class: Aws::MigrationHubOrchestrator::Types::RetryWorkflowStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::RetryWorkflowStepResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the step.
-
#status ⇒ String
The status of the step.
-
#step_group_id ⇒ String
The ID of the step group.
-
#workflow_id ⇒ String
The ID of the migration workflow.
Instance Attribute Details
#id ⇒ String
The ID of the step.
1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1454 class RetryWorkflowStepResponse < Struct.new( :step_group_id, :workflow_id, :id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the step.
1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1454 class RetryWorkflowStepResponse < Struct.new( :step_group_id, :workflow_id, :id, :status) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
The ID of the step group.
1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1454 class RetryWorkflowStepResponse < Struct.new( :step_group_id, :workflow_id, :id, :status) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
1454 1455 1456 1457 1458 1459 1460 1461 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1454 class RetryWorkflowStepResponse < Struct.new( :step_group_id, :workflow_id, :id, :status) SENSITIVE = [] include Aws::Structure end |