Class: Aws::GroundStation::Types::DownlinkConnectionDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Connection details for Ground Station to Agent and Agent to customer

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_ip_and_port_addressTypes::RangedConnectionDetails

Ingress address of AgentEndpoint with a port range and an optional mtu.



1518
1519
1520
1521
1522
1523
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1518

class DownlinkConnectionDetails < Struct.new(
  :agent_ip_and_port_address,
  :egress_address_and_port)
  SENSITIVE = []
  include Aws::Structure
end

#egress_address_and_portTypes::ConnectionDetails

Egress address of AgentEndpoint with an optional mtu.



1518
1519
1520
1521
1522
1523
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1518

class DownlinkConnectionDetails < Struct.new(
  :agent_ip_and_port_address,
  :egress_address_and_port)
  SENSITIVE = []
  include Aws::Structure
end