Class: Aws::Types::ComponentStatusData
- Inherits:
-
Object
- Object
- Aws::Types::ComponentStatusData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bytes_received ⇒ ::Integer
Returns the value of attribute bytes_received.
-
#bytes_sent ⇒ ::Integer
Returns the value of attribute bytes_sent.
-
#capability_arn ⇒ ::String
Returns the value of attribute capability_arn.
-
#component_type ⇒ ::String
Returns the value of attribute component_type.
-
#dataflow_id ⇒ ::String
Returns the value of attribute dataflow_id.
-
#packets_dropped ⇒ ::Integer
Returns the value of attribute packets_dropped.
-
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
Instance Attribute Details
#bytes_received ⇒ ::Integer
Returns the value of attribute bytes_received.
120 121 122 |
# File 'sig/types.rbs', line 120 def bytes_received @bytes_received end |
#bytes_sent ⇒ ::Integer
Returns the value of attribute bytes_sent.
119 120 121 |
# File 'sig/types.rbs', line 119 def bytes_sent @bytes_sent end |
#capability_arn ⇒ ::String
Returns the value of attribute capability_arn.
117 118 119 |
# File 'sig/types.rbs', line 117 def capability_arn @capability_arn end |
#component_type ⇒ ::String
Returns the value of attribute component_type.
116 117 118 |
# File 'sig/types.rbs', line 116 def component_type @component_type end |
#dataflow_id ⇒ ::String
Returns the value of attribute dataflow_id.
122 123 124 |
# File 'sig/types.rbs', line 122 def dataflow_id @dataflow_id end |
#packets_dropped ⇒ ::Integer
Returns the value of attribute packets_dropped.
121 122 123 |
# File 'sig/types.rbs', line 121 def packets_dropped @packets_dropped end |
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
118 119 120 |
# File 'sig/types.rbs', line 118 def status @status end |