Class: Aws::GroundStation::Types::RangedConnectionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::RangedConnectionDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Ingress address of AgentEndpoint with a port range and 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::RangedSocketAddress
A ranged socket address.
Instance Attribute Details
#mtu ⇒ Integer
Maximum transmission unit (MTU) size in bytes of a dataflow endpoint.
2320 2321 2322 2323 2324 2325 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2320 class RangedConnectionDetails < Struct.new( :mtu, :socket_address) SENSITIVE = [] include Aws::Structure end |
#socket_address ⇒ Types::RangedSocketAddress
A ranged socket address.
2320 2321 2322 2323 2324 2325 |
# File 'lib/aws-sdk-groundstation/types.rb', line 2320 class RangedConnectionDetails < Struct.new( :mtu, :socket_address) SENSITIVE = [] include Aws::Structure end |