Class: Aws::GroundStation::Types::RangedConnectionDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#mtuInteger

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

Returns:

  • (Integer)


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_addressTypes::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