Class: Aws::Types::ListIdentitiesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListIdentitiesInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hide_disabled ⇒ Boolean
Returns the value of attribute hide_disabled.
-
#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
#hide_disabled ⇒ Boolean
Returns the value of attribute hide_disabled.
209 210 211 |
# File 'sig/types.rbs', line 209 def hide_disabled @hide_disabled end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
206 207 208 |
# File 'sig/types.rbs', line 206 def identity_pool_id @identity_pool_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
207 208 209 |
# File 'sig/types.rbs', line 207 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
208 209 210 |
# File 'sig/types.rbs', line 208 def next_token @next_token end |