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

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

Instance Attribute Details

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

#nameString

Uplink dataflow endpoint name

Returns:

  • (String)


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