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)


3510
3511
3512
3513
3514
3515
# File 'lib/aws-sdk-groundstation/types.rb', line 3510

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

#socket_addressTypes::RangedSocketAddress

A ranged socket address.



3510
3511
3512
3513
3514
3515
# File 'lib/aws-sdk-groundstation/types.rb', line 3510

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