Class: Aws::Types::QuerySpatialCoverageMax
- Inherits:
-
Object
- Object
- Aws::Types::QuerySpatialCoverageMax
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#partition_key ⇒ ::Array[::String]
Returns the value of attribute partition_key.
-
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#partition_key ⇒ ::Array[::String]
Returns the value of attribute partition_key.
306 307 308 |
# File 'sig/types.rbs', line 306 def partition_key @partition_key end |
#table_arn ⇒ ::String
Returns the value of attribute table_arn.
305 306 307 |
# File 'sig/types.rbs', line 305 def table_arn @table_arn end |
#value ⇒ ::Float
Returns the value of attribute value.
304 305 306 |
# File 'sig/types.rbs', line 304 def value @value end |