Class: Aws::Outposts::Types::StartConnectionResponse

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

#connection_idString

The ID of the connection.

Returns:

  • (String)


1899
1900
1901
1902
1903
1904
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1899

class StartConnectionResponse < Struct.new(
  :connection_id,
  :underlay_ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#underlay_ip_addressString

The underlay IP address.

Returns:

  • (String)


1899
1900
1901
1902
1903
1904
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1899

class StartConnectionResponse < Struct.new(
  :connection_id,
  :underlay_ip_address)
  SENSITIVE = []
  include Aws::Structure
end