Class: Aws::GroundStation::Types::UplinkAwsGroundStationAgentEndpointDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Details for an uplink agent endpoint

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_statusString

Status of the agent associated with the uplink dataflow endpoint

Returns:

  • (String)


3689
3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3689

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

#audit_resultsString

Health audit results for the uplink dataflow endpoint

Returns:

  • (String)


3689
3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3689

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

#dataflow_detailsTypes::UplinkDataflowDetails

Dataflow details for the uplink endpoint



3689
3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3689

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

#nameString

Uplink dataflow endpoint name

Returns:

  • (String)


3689
3690
3691
3692
3693
3694
3695
3696
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 3689

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