Class: Aws::Types::QueryObjectsInput
- Inherits:
-
Object
- Object
- Aws::Types::QueryObjectsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
-
#query ⇒ Types::Query
Returns the value of attribute query.
-
#sphere ⇒ ::String
Returns the value of attribute sphere.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
235 236 237 |
# File 'sig/types.rbs', line 235 def limit @limit end |
#marker ⇒ ::String
Returns the value of attribute marker.
234 235 236 |
# File 'sig/types.rbs', line 234 def marker @marker end |
#pipeline_id ⇒ ::String
Returns the value of attribute pipeline_id.
231 232 233 |
# File 'sig/types.rbs', line 231 def pipeline_id @pipeline_id end |
#query ⇒ Types::Query
Returns the value of attribute query.
232 233 234 |
# File 'sig/types.rbs', line 232 def query @query end |
#sphere ⇒ ::String
Returns the value of attribute sphere.
233 234 235 |
# File 'sig/types.rbs', line 233 def sphere @sphere end |