Class: Aws::GroundStation::Types::DownlinkAwsGroundStationAgentEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::DownlinkAwsGroundStationAgentEndpoint
- Defined in:
- gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb
Overview
Definition for a downlink agent endpoint
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataflow_details ⇒ Types::DownlinkDataflowDetails
Dataflow details for the downlink endpoint.
-
#name ⇒ String
Downlink dataflow endpoint name.
Instance Attribute Details
#dataflow_details ⇒ Types::DownlinkDataflowDetails
Dataflow details for the downlink endpoint
1469 1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1469 class DownlinkAwsGroundStationAgentEndpoint < Struct.new( :name, :dataflow_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Downlink dataflow endpoint name
1469 1470 1471 1472 1473 1474 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 1469 class DownlinkAwsGroundStationAgentEndpoint < Struct.new( :name, :dataflow_details) SENSITIVE = [] include Aws::Structure end |