Class: Aws::MigrationHubOrchestrator::Types::GetTemplateStepGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::GetTemplateStepGroupRequest
- 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.
-
#template_id ⇒ String
The ID of the template.
Instance Attribute Details
#id ⇒ String
The ID of the step group.
711 712 713 714 715 716 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 711 class GetTemplateStepGroupRequest < Struct.new( :template_id, :id) SENSITIVE = [] include Aws::Structure end |
#template_id ⇒ String
The ID of the template.
711 712 713 714 715 716 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 711 class GetTemplateStepGroupRequest < Struct.new( :template_id, :id) SENSITIVE = [] include Aws::Structure end |