Class: Aws::Mgn::Types::GetLaunchConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

Request to get Launch Configuration information by Account ID.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1453

class GetLaunchConfigurationRequest < Struct.new(
  :account_id,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_server_idString

Request to get Launch Configuration information by Source Server ID.

Returns:

  • (String)


1453
1454
1455
1456
1457
1458
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1453

class GetLaunchConfigurationRequest < Struct.new(
  :account_id,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end