Class: Aws::Outposts::Types::StartConnectionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_id ⇒ String

The ID of the Outpost server.

Returns:

  • (String)


3288
3289
3290
3291
3292
3293
3294
3295
# File 'lib/aws-sdk-outposts/types.rb', line 3288

class StartConnectionRequest < Struct.new(
  :device_serial_number,
  :asset_id,
  :client_public_key,
  :network_interface_device_index)
  SENSITIVE = []
  include Aws::Structure
end

#client_public_key ⇒ String

The public key of the client.

Returns:

  • (String)


3288
3289
3290
3291
3292
3293
3294
3295
# File 'lib/aws-sdk-outposts/types.rb', line 3288

class StartConnectionRequest < Struct.new(
  :device_serial_number,
  :asset_id,
  :client_public_key,
  :network_interface_device_index)
  SENSITIVE = []
  include Aws::Structure
end

#device_serial_number ⇒ String

The serial number of the dongle.

Returns:

  • (String)


3288
3289
3290
3291
3292
3293
3294
3295
# File 'lib/aws-sdk-outposts/types.rb', line 3288

class StartConnectionRequest < Struct.new(
  :device_serial_number,
  :asset_id,
  :client_public_key,
  :network_interface_device_index)
  SENSITIVE = []
  include Aws::Structure
end

#network_interface_device_index ⇒ Integer

The device index of the network interface on the Outpost server.

Returns:

  • (Integer)


3288
3289
3290
3291
3292
3293
3294
3295
# File 'lib/aws-sdk-outposts/types.rb', line 3288

class StartConnectionRequest < Struct.new(
  :device_serial_number,
  :asset_id,
  :client_public_key,
  :network_interface_device_index)
  SENSITIVE = []
  include Aws::Structure
end