Class: Aws::Types::QuerySpatialCoverageMax

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#partition_key::Array[::String]

Returns the value of attribute partition_key.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def table_arn
  @table_arn
end

#value::Float

Returns the value of attribute value.

Returns:

  • (::Float)


304
305
306
# File 'sig/types.rbs', line 304

def value
  @value
end