Class: Aws::Types::SetIdentityPoolConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::SetIdentityPoolConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cognito_streams ⇒ Types::CognitoStreams
Returns the value of attribute cognito_streams.
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#push_sync ⇒ Types::PushSync
Returns the value of attribute push_sync.
Instance Attribute Details
#cognito_streams ⇒ Types::CognitoStreams
Returns the value of attribute cognito_streams.
297 298 299 |
# File 'sig/types.rbs', line 297 def cognito_streams @cognito_streams end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def identity_pool_id @identity_pool_id end |
#push_sync ⇒ Types::PushSync
Returns the value of attribute push_sync.
296 297 298 |
# File 'sig/types.rbs', line 296 def push_sync @push_sync end |