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_receivedInteger

Bytes received by the component.

Returns:

  • (Integer)


415
416
417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 415

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

#bytes_sentInteger

Bytes sent by the component.

Returns:

  • (Integer)


415
416
417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 415

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

#capability_arnString

Capability ARN of the component.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 415

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

#component_typeString

The Component type.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 415

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

#dataflow_idString

Dataflow UUID associated with the component.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 415

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

#packets_droppedInteger

Packets dropped by component.

Returns:

  • (Integer)


415
416
417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 415

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

#statusString

Component status.

Returns:

  • (String)


415
416
417
418
419
420
421
422
423
424
425
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 415

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