Class: Aws::GroundStation::Types::ConnectionDetails

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

Overview

Egress address of AgentEndpoint with an optional mtu.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#mtuInteger

Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.

Returns:

  • (Integer)


430
431
432
433
434
435
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 430

class ConnectionDetails < Struct.new(
  :mtu,
  :socket_address)
  SENSITIVE = []
  include Aws::Structure
end

#socket_addressTypes::SocketAddress

A socket address.



430
431
432
433
434
435
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 430

class ConnectionDetails < Struct.new(
  :mtu,
  :socket_address)
  SENSITIVE = []
  include Aws::Structure
end