Class: Aws::MigrationHubOrchestrator::Types::GetWorkflowStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::GetWorkflowStepRequest
- 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.
-
#step_group_id ⇒ String
desThe ID of the step group.
-
#workflow_id ⇒ String
The ID of the migration workflow.
Instance Attribute Details
#id ⇒ String
The ID of the step.
811 812 813 814 815 816 817 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 811 class GetWorkflowStepRequest < Struct.new( :workflow_id, :step_group_id, :id) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
desThe ID of the step group.
811 812 813 814 815 816 817 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 811 class GetWorkflowStepRequest < Struct.new( :workflow_id, :step_group_id, :id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
811 812 813 814 815 816 817 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 811 class GetWorkflowStepRequest < Struct.new( :workflow_id, :step_group_id, :id) SENSITIVE = [] include Aws::Structure end |