Class: Aws::Types::ListIdentityPoolsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIdentityPoolsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_pools ⇒ ::Array[Types::IdentityPoolShortDescription]
Returns the value of attribute identity_pools.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#identity_pools ⇒ ::Array[Types::IdentityPoolShortDescription]
Returns the value of attribute identity_pools.
227 228 229 |
# File 'sig/types.rbs', line 227 def identity_pools @identity_pools end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
228 229 230 |
# File 'sig/types.rbs', line 228 def next_token @next_token end |