Class: Aws::GroundStation::Types::UplinkAwsGroundStationAgentEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UplinkAwsGroundStationAgentEndpoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-groundstation/types.rb
Overview
Definition for an uplink agent endpoint
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataflow_details ⇒ Types::UplinkDataflowDetails
Dataflow details for the uplink endpoint.
-
#name ⇒ String
Uplink dataflow endpoint name.
Instance Attribute Details
#dataflow_details ⇒ Types::UplinkDataflowDetails
Dataflow details for the uplink endpoint
3761 3762 3763 3764 3765 3766 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3761 class UplinkAwsGroundStationAgentEndpoint < Struct.new( :name, :dataflow_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Uplink dataflow endpoint name
3761 3762 3763 3764 3765 3766 |
# File 'lib/aws-sdk-groundstation/types.rb', line 3761 class UplinkAwsGroundStationAgentEndpoint < Struct.new( :name, :dataflow_details) SENSITIVE = [] include Aws::Structure end |