Class: Aws::GroundStation::Types::DownlinkAwsGroundStationAgentEndpointDetails

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

Overview

Details for a downlink agent endpoint

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_statusString

Status of the agent associated with the downlink dataflow endpoint

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-groundstation/types.rb', line 1523

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

#audit_resultsString

Health audit results for the downlink dataflow endpoint

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-groundstation/types.rb', line 1523

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

#dataflow_detailsTypes::DownlinkDataflowDetails

Dataflow details for the downlink endpoint



1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-groundstation/types.rb', line 1523

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

#nameString

Downlink dataflow endpoint name

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
1530
# File 'lib/aws-sdk-groundstation/types.rb', line 1523

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