Class: Aws::Types::SetIdentityPoolConfigurationRequest

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.



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.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def identity_pool_id
  @identity_pool_id
end

#push_syncTypes::PushSync

Returns the value of attribute push_sync.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def push_sync
  @push_sync
end