Class: Aws::GroundStation::Types::ComponentStatusData

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

Overview

Data on the status of agent components.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_received ⇒ Integer

Bytes received by the component.

Returns:

  • (Integer)


441
442
443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 441

class ComponentStatusData < Struct.new(
  :component_type,
  :capability_arn,
  :status,
  :bytes_sent,
  :bytes_received,
  :packets_dropped,
  :dataflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#bytes_sent ⇒ Integer

Bytes sent by the component.

Returns:

  • (Integer)


441
442
443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 441

class ComponentStatusData < Struct.new(
  :component_type,
  :capability_arn,
  :status,
  :bytes_sent,
  :bytes_received,
  :packets_dropped,
  :dataflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#capability_arn ⇒ String

Capability ARN of the component.

Returns:

  • (String)


441
442
443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 441

class ComponentStatusData < Struct.new(
  :component_type,
  :capability_arn,
  :status,
  :bytes_sent,
  :bytes_received,
  :packets_dropped,
  :dataflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#component_type ⇒ String

The Component type.

Returns:

  • (String)


441
442
443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 441

class ComponentStatusData < Struct.new(
  :component_type,
  :capability_arn,
  :status,
  :bytes_sent,
  :bytes_received,
  :packets_dropped,
  :dataflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#dataflow_id ⇒ String

Dataflow UUID associated with the component.

Returns:

  • (String)


441
442
443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 441

class ComponentStatusData < Struct.new(
  :component_type,
  :capability_arn,
  :status,
  :bytes_sent,
  :bytes_received,
  :packets_dropped,
  :dataflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#packets_dropped ⇒ Integer

Packets dropped by component.

Returns:

  • (Integer)


441
442
443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 441

class ComponentStatusData < Struct.new(
  :component_type,
  :capability_arn,
  :status,
  :bytes_sent,
  :bytes_received,
  :packets_dropped,
  :dataflow_id)
  SENSITIVE = []
  include Aws::Structure
end

#status ⇒ String

Component status.

Returns:

  • (String)


441
442
443
444
445
446
447
448
449
450
451
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 441

class ComponentStatusData < Struct.new(
  :component_type,
  :capability_arn,
  :status,
  :bytes_sent,
  :bytes_received,
  :packets_dropped,
  :dataflow_id)
  SENSITIVE = []
  include Aws::Structure
end