Class: Aws::MigrationHubOrchestrator::Types::CreateWorkflowStepResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::CreateWorkflowStepResponse
- 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.
-
#name ⇒ String
The name 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.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 373 class CreateWorkflowStepResponse < Struct.new( :id, :step_group_id, :workflow_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 373 class CreateWorkflowStepResponse < Struct.new( :id, :step_group_id, :workflow_id, :name) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
The ID of the step group.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 373 class CreateWorkflowStepResponse < Struct.new( :id, :step_group_id, :workflow_id, :name) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
373 374 375 376 377 378 379 380 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 373 class CreateWorkflowStepResponse < Struct.new( :id, :step_group_id, :workflow_id, :name) SENSITIVE = [] include Aws::Structure end |