Class: Aws::Types::SetIdentityPoolConfigurationResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cognito_streamsTypes::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.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def identity_pool_id
  @identity_pool_id
end

#push_syncTypes::PushSync

Returns the value of attribute push_sync.

Returns:



303
304
305
# File 'sig/types.rbs', line 303

def push_sync
  @push_sync
end