Class: Aws::MigrationHubOrchestrator::Types::GetTemplateStepGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the step group.

Returns:

  • (String)


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_idString

The ID of the template.

Returns:

  • (String)


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