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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3788
3789
3790
3791
3792
3793
3794
3795
# File 'lib/aws-sdk-groundstation/types.rb', line 3788

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)


3788
3789
3790
3791
3792
3793
3794
3795
# File 'lib/aws-sdk-groundstation/types.rb', line 3788

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



3788
3789
3790
3791
3792
3793
3794
3795
# File 'lib/aws-sdk-groundstation/types.rb', line 3788

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

#nameString

Uplink dataflow endpoint name

Returns:

  • (String)


3788
3789
3790
3791
3792
3793
3794
3795
# File 'lib/aws-sdk-groundstation/types.rb', line 3788

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