Module: Aws::CognitoSync::Client::_ListIdentityPoolUsageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListIdentityPoolUsageResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #count ⇒ ::Integer
- #identity_pool_usages ⇒ ::Array[Types::IdentityPoolUsage]
- #max_results ⇒ ::Integer
- #next_token ⇒ ::String
Instance Method Details
#count ⇒ ::Integer
191 |
# File 'sig/client.rbs', line 191
def count: () -> ::Integer
|
#identity_pool_usages ⇒ ::Array[Types::IdentityPoolUsage]
189 |
# File 'sig/client.rbs', line 189
def identity_pool_usages: () -> ::Array[Types::IdentityPoolUsage]
|
#max_results ⇒ ::Integer
190 |
# File 'sig/client.rbs', line 190
def max_results: () -> ::Integer
|
#next_token ⇒ ::String
192 |
# File 'sig/client.rbs', line 192
def next_token: () -> ::String
|