Class: Aws::GroundStation::Types::ComponentStatusData
- Inherits:
-
Struct
- Object
- Struct
- Aws::GroundStation::Types::ComponentStatusData
- 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
-
#bytes_received ⇒ Integer
Bytes received by the component.
-
#bytes_sent ⇒ Integer
Bytes sent by the component.
-
#capability_arn ⇒ String
Capability ARN of the component.
-
#component_type ⇒ String
The Component type.
-
#dataflow_id ⇒ String
Dataflow UUID associated with the component.
-
#packets_dropped ⇒ Integer
Packets dropped by component.
-
#status ⇒ String
Component status.
Instance Attribute Details
#bytes_received ⇒ Integer
Bytes received by the component.
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_sent ⇒ Integer
Bytes sent by the component.
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_arn ⇒ String
Capability ARN of the component.
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_type ⇒ String
The Component type.
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_id ⇒ String
Dataflow UUID associated with the component.
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_dropped ⇒ Integer
Packets dropped by component.
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 |
#status ⇒ String
Component status.
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 |