Class: Aws::GroundStation::Types::DownlinkConnectionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DownlinkConnectionDetails
- 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
-
#agent_ip_and_port_address ⇒ Types::RangedConnectionDetails
Ingress address of AgentEndpoint with a port range and an optional mtu.
-
#egress_address_and_port ⇒ Types::ConnectionDetails
Egress address of AgentEndpoint with an optional mtu.
Instance Attribute Details
#agent_ip_and_port_address ⇒ Types::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_port ⇒ Types::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 |