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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the Outpost server.

Returns:

  • (String)


1873
1874
1875
1876
1877
1878
1879
1880
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1873

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

#client_public_keyString

The public key of the client.

Returns:

  • (String)


1873
1874
1875
1876
1877
1878
1879
1880
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1873

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

#device_serial_numberString

The serial number of the dongle.

Returns:

  • (String)


1873
1874
1875
1876
1877
1878
1879
1880
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1873

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

#network_interface_device_indexInteger

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

Returns:

  • (Integer)


1873
1874
1875
1876
1877
1878
1879
1880
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1873

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