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)


233
234
235
236
237
238
239
240
241
242
243
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 233

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

#bytes_sentInteger

Bytes sent by the component.

Returns:

  • (Integer)


233
234
235
236
237
238
239
240
241
242
243
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 233

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

#capability_arnString

Capability ARN of the component.

Returns:

  • (String)


233
234
235
236
237
238
239
240
241
242
243
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 233

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

#component_typeString

The Component type.

Returns:

  • (String)


233
234
235
236
237
238
239
240
241
242
243
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 233

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

#dataflow_idString

Dataflow UUID associated with the component.

Returns:

  • (String)


233
234
235
236
237
238
239
240
241
242
243
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 233

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

#packets_droppedInteger

Packets dropped by component.

Returns:

  • (Integer)


233
234
235
236
237
238
239
240
241
242
243
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 233

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

#statusString

Component status.

Returns:

  • (String)


233
234
235
236
237
238
239
240
241
242
243
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 233

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