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)


1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1892

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

#underlay_ip_addressString

The underlay IP address.

Returns:

  • (String)


1892
1893
1894
1895
1896
1897
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1892

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