Class: Aws::Types::GetIdentityPoolConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetIdentityPoolConfigurationResponse
- 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.
131 132 133 |
# File 'sig/types.rbs', line 131 def cognito_streams @cognito_streams end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
129 130 131 |
# File 'sig/types.rbs', line 129 def identity_pool_id @identity_pool_id end |
#push_sync ⇒ Types::PushSync
Returns the value of attribute push_sync.
130 131 132 |
# File 'sig/types.rbs', line 130 def push_sync @push_sync end |