Class: Aws::GroundStation::Types::UplinkAwsGroundStationAgentEndpoint

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

Instance Attribute Details

#dataflow_detailsTypes::UplinkDataflowDetails

Dataflow details for the uplink endpoint



4409
4410
4411
4412
4413
4414
# File 'lib/aws-sdk-groundstation/types.rb', line 4409

class UplinkAwsGroundStationAgentEndpoint < Struct.new(
  :name,
  :dataflow_details)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Uplink dataflow endpoint name

Returns:

  • (String)


4409
4410
4411
4412
4413
4414
# File 'lib/aws-sdk-groundstation/types.rb', line 4409

class UplinkAwsGroundStationAgentEndpoint < Struct.new(
  :name,
  :dataflow_details)
  SENSITIVE = []
  include Aws::Structure
end