Class: Aws::Types::IdentityPoolShortDescription
- Inherits:
-
Object
- Object
- Aws::Types::IdentityPoolShortDescription
- 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.
-
#identity_pool_name ⇒ ::String
Returns the value of attribute identity_pool_name.
Instance Attribute Details
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
180 181 182 |
# File 'sig/types.rbs', line 180 def identity_pool_id @identity_pool_id end |
#identity_pool_name ⇒ ::String
Returns the value of attribute identity_pool_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def identity_pool_name @identity_pool_name end |