Class: Aws::GroundStation::Types::ConnectionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ConnectionDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Egress address of AgentEndpoint with an optional mtu.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mtu ⇒ Integer
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
-
#socket_address ⇒ Types::SocketAddress
A socket address.
Instance Attribute Details
#mtu ⇒ Integer
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
430 431 432 433 434 435 |
# File 'lib/aws-sdk-groundstation/types.rb', line 430 class ConnectionDetails < Struct.new( :mtu, :socket_address) SENSITIVE = [] include Aws::Structure end |
#socket_address ⇒ Types::SocketAddress
A socket address.
430 431 432 433 434 435 |
# File 'lib/aws-sdk-groundstation/types.rb', line 430 class ConnectionDetails < Struct.new( :mtu, :socket_address) SENSITIVE = [] include Aws::Structure end |