Class: Aws::Types::QueryObjectsOutput
- Inherits:
-
Object
- Object
- Aws::Types::QueryObjectsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#has_more_results ⇒ Boolean
Returns the value of attribute has_more_results.
-
#ids ⇒ ::Array[::String]
Returns the value of attribute ids.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#has_more_results ⇒ Boolean
Returns the value of attribute has_more_results.
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.
240 241 242 |
# File 'sig/types.rbs', line 240 def ids @ids end |
#marker ⇒ ::String
Returns the value of attribute marker.
241 242 243 |
# File 'sig/types.rbs', line 241 def marker @marker end |