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_status ⇒ String

Status of the agent associated with the uplink dataflow endpoint

Returns:

  • (String)


4436
4437
4438
4439
4440
4441
4442
4443
# File 'lib/aws-sdk-groundstation/types.rb', line 4436

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

#audit_results ⇒ String

Health audit results for the uplink dataflow endpoint

Returns:

  • (String)


4436
4437
4438
4439
4440
4441
4442
4443
# File 'lib/aws-sdk-groundstation/types.rb', line 4436

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

#dataflow_details ⇒ Types::UplinkDataflowDetails

Dataflow details for the uplink endpoint



4436
4437
4438
4439
4440
4441
4442
4443
# File 'lib/aws-sdk-groundstation/types.rb', line 4436

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

#name ⇒ String

Uplink dataflow endpoint name

Returns:

  • (String)


4436
4437
4438
4439
4440
4441
4442
4443
# File 'lib/aws-sdk-groundstation/types.rb', line 4436

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