Class: Aws::GroundStation::Types::DownlinkAwsGroundStationAgentEndpoint

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

Instance Attribute Details

#dataflow_detailsTypes::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

#nameString

Downlink dataflow endpoint name

Returns:

  • (String)


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