Class: Aws::Types::GetIdentityPoolRolesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentityPoolRolesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#role_mappings ⇒ ::Hash[::String, Types::RoleMapping]
Returns the value of attribute role_mappings.
-
#roles ⇒ ::Hash[::String, ::String]
Returns the value of attribute roles.
Instance Attribute Details
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def identity_pool_id @identity_pool_id end |
#role_mappings ⇒ ::Hash[::String, Types::RoleMapping]
Returns the value of attribute role_mappings.
112 113 114 |
# File 'sig/types.rbs', line 112 def role_mappings @role_mappings end |
#roles ⇒ ::Hash[::String, ::String]
Returns the value of attribute roles.
111 112 113 |
# File 'sig/types.rbs', line 111 def roles @roles end |