Class: Aws::Types::SetIdentityPoolConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::SetIdentityPoolConfigurationResponse
- 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.
304 305 306 |
# File 'sig/types.rbs', line 304 def cognito_streams @cognito_streams end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
302 303 304 |
# File 'sig/types.rbs', line 302 def identity_pool_id @identity_pool_id end |
#push_sync ⇒ Types::PushSync
Returns the value of attribute push_sync.
303 304 305 |
# File 'sig/types.rbs', line 303 def push_sync @push_sync end |