Class: Aws::Types::ListDatasetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDatasetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#identity_id ⇒ ::String
Returns the value of attribute identity_id.
184 185 186 |
# File 'sig/types.rbs', line 184 def identity_id @identity_id end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
183 184 185 |
# File 'sig/types.rbs', line 183 def identity_pool_id @identity_pool_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
186 187 188 |
# File 'sig/types.rbs', line 186 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
185 186 187 |
# File 'sig/types.rbs', line 185 def next_token @next_token end |