Class: Aws::GroundStation::Types::UplinkAwsGroundStationAgentEndpoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::UplinkAwsGroundStationAgentEndpoint
- Defined in:
- gems/aws-sdk-groundstation/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
3662 3663 3664 3665 3666 3667 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3662 class UplinkAwsGroundStationAgentEndpoint < Struct.new( :name, :dataflow_details) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Uplink dataflow endpoint name
3662 3663 3664 3665 3666 3667 |
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3662 class UplinkAwsGroundStationAgentEndpoint < Struct.new( :name, :dataflow_details) SENSITIVE = [] include Aws::Structure end |