Class: Aws::Drs::Types::GetLaunchConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_server_idString

The ID of the Source Server that we want to retrieve a Launch Configuration for.

Returns:

  • (String)


1234
1235
1236
1237
1238
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 1234

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