Class: Aws::Types::SetCognitoEventsRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetCognitoEventsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Hash[::String, ::String]
Returns the value of attribute events.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
Instance Attribute Details
#events ⇒ ::Hash[::String, ::String]
Returns the value of attribute events.
290 291 292 |
# File 'sig/types.rbs', line 290 def events @events end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
289 290 291 |
# File 'sig/types.rbs', line 289 def identity_pool_id @identity_pool_id end |