Class: Aws::MigrationHubOrchestrator::Types::GetTemplateStepRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::GetTemplateStepRequest
- 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
The ID of the step group.
-
#template_id ⇒ String
The ID of the template.
Instance Attribute Details
#id ⇒ String
The ID of the step.
789 790 791 792 793 794 795 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 789 class GetTemplateStepRequest < Struct.new( :id, :template_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |
#step_group_id ⇒ String
The ID of the step group.
789 790 791 792 793 794 795 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 789 class GetTemplateStepRequest < Struct.new( :id, :template_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID of the template.
789 790 791 792 793 794 795 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 789 class GetTemplateStepRequest < Struct.new( :id, :template_id, :step_group_id) SENSITIVE = [] include Aws::Structure end |