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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/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)


2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2298

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

#socket_addressTypes::RangedSocketAddress

A ranged socket address.



2298
2299
2300
2301
2302
2303
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2298

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