Class: Aws::Types::SetIdentityPoolRolesInput
- Inherits:
-
Object
- Object
- Aws::Types::SetIdentityPoolRolesInput
- 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.
307 308 309 |
# File 'sig/types.rbs', line 307 def identity_pool_id @identity_pool_id end |
#role_mappings ⇒ ::Hash[::String, Types::RoleMapping]
Returns the value of attribute role_mappings.
309 310 311 |
# File 'sig/types.rbs', line 309 def role_mappings @role_mappings end |
#roles ⇒ ::Hash[::String, ::String]
Returns the value of attribute roles.
308 309 310 |
# File 'sig/types.rbs', line 308 def roles @roles end |