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)


2917
2918
2919
2920
2921
2922
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2917

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

#socket_addressTypes::RangedSocketAddress

A ranged socket address.



2917
2918
2919
2920
2921
2922
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2917

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