Class: Aws::Mgn::Types::GetLaunchConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::GetLaunchConfigurationRequest
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account_id ⇒ String
Request to get Launch Configuration information by Account ID.
-
#source_server_id ⇒ String
Request to get Launch Configuration information by Source Server ID.
Instance Attribute Details
#account_id ⇒ String
Request to get Launch Configuration information by Account ID.
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_id ⇒ String
Request to get Launch Configuration information by Source Server ID.
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 |