Module: Aws::CognitoIdentity::Client::_GetIdentityPoolRolesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetIdentityPoolRolesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #identity_pool_id ⇒ ::String
- #role_mappings ⇒ ::Hash[::String, Types::RoleMapping]
- #roles ⇒ ::Hash[::String, ::String]
Instance Method Details
#identity_pool_id ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def identity_pool_id: () -> ::String
|
#role_mappings ⇒ ::Hash[::String, Types::RoleMapping]
192 |
# File 'sig/client.rbs', line 192
def role_mappings: () -> ::Hash[::String, Types::RoleMapping]
|
#roles ⇒ ::Hash[::String, ::String]
191 |
# File 'sig/client.rbs', line 191
def roles: () -> ::Hash[::String, ::String]
|