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.
3810 3811 3812 3813 3814 3815 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3810 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.
3810 3811 3812 3813 3814 3815 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3810 class UplinkConnectionDetails < Struct.new( :ingress_address_and_port, :agent_ip_and_port_address) SENSITIVE = [] include Aws::Structure end |