Class: Aws::GroundStation::Types::UplinkConnectionDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agent_ip_and_port_addressTypes::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_portTypes::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