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



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

#nameString

Uplink dataflow endpoint name

Returns:

  • (String)


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