Class: Aws::Types::QueryTemporalRangeMax
- Inherits:
-
Object
- Object
- Aws::Types::QueryTemporalRangeMax
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
324 325 326 |
# File 'sig/types.rbs', line 324 def table_arn @table_arn end |
#value ⇒ ::Integer
Returns the value of attribute value.
323 324 325 |
# File 'sig/types.rbs', line 323 def value @value end |