Class: Aws::MigrationHubOrchestrator::Types::GetWorkflowStepGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::GetWorkflowStepGroupRequest
- 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 group.
-
#workflow_id ⇒ String
The ID of the migration workflow.
Instance Attribute Details
#id ⇒ String
The ID of the step group.
871 872 873 874 875 876 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 871 class GetWorkflowStepGroupRequest < Struct.new( :id, :workflow_id) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
871 872 873 874 875 876 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 871 class GetWorkflowStepGroupRequest < Struct.new( :id, :workflow_id) SENSITIVE = [] include Aws::Structure end |