Class: Aws::Types::QueryDataPoint
- Inherits:
-
Object
- Object
- Aws::Types::QueryDataPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#query_count ⇒ ::Integer
Returns the value of attribute query_count.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#query_count ⇒ ::Integer
Returns the value of attribute query_count.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def query_count @query_count end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def @timestamp end |