Class: Aws::Types::QueryObjectsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#has_more_resultsBoolean

Returns the value of attribute has_more_results.

Returns:

  • (Boolean)


242
243
244
# File 'sig/types.rbs', line 242

def has_more_results
  @has_more_results
end

#ids::Array[::String]

Returns the value of attribute ids.

Returns:

  • (::Array[::String])


240
241
242
# File 'sig/types.rbs', line 240

def ids
  @ids
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def marker
  @marker
end