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)


1483
1484
1485
1486
1487
1488
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1483

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

#source_server_idString

Request to get Launch Configuration information by Source Server ID.

Returns:

  • (String)


1483
1484
1485
1486
1487
1488
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1483

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