Class: Aws::Types::ListIdentityPoolUsageResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIdentityPoolUsageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ ::Integer
Returns the value of attribute count.
-
#identity_pool_usages ⇒ ::Array[Types::IdentityPoolUsage]
Returns the value of attribute identity_pool_usages.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#count ⇒ ::Integer
Returns the value of attribute count.
206 207 208 |
# File 'sig/types.rbs', line 206 def count @count end |
#identity_pool_usages ⇒ ::Array[Types::IdentityPoolUsage]
Returns the value of attribute identity_pool_usages.
204 205 206 |
# File 'sig/types.rbs', line 204 def identity_pool_usages @identity_pool_usages end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
205 206 207 |
# File 'sig/types.rbs', line 205 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
207 208 209 |
# File 'sig/types.rbs', line 207 def next_token @next_token end |