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.
612 613 614 615 616 617 |
# File 'lib/aws-sdk-groundstation/types.rb', line 612 class ConnectionDetails < Struct.new( :socket_address, :mtu) SENSITIVE = [] include Aws::Structure end |
#socket_address ⇒ Types::SocketAddress
A socket address.
612 613 614 615 616 617 |
# File 'lib/aws-sdk-groundstation/types.rb', line 612 class ConnectionDetails < Struct.new( :socket_address, :mtu) SENSITIVE = [] include Aws::Structure end |