Class: Aws::GroundStation::Types::UplinkConnectionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UplinkConnectionDetails
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Connection details for customer to Agent and Agent to Ground Station
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.
-
#ingress_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.
3711 3712 3713 3714 3715 3716 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3711 class UplinkConnectionDetails < Struct.new( :ingress_address_and_port, :agent_ip_and_port_address) SENSITIVE = [] include Aws::Structure end |
#ingress_address_and_port ⇒ Types::ConnectionDetails
Egress address of AgentEndpoint with an optional mtu.
3711 3712 3713 3714 3715 3716 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3711 class UplinkConnectionDetails < Struct.new( :ingress_address_and_port, :agent_ip_and_port_address) SENSITIVE = [] include Aws::Structure end |