Class: Aws::Types::SetCognitoEventsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#events::Hash[::String, ::String]

Returns the value of attribute events.

Returns:

  • (::Hash[::String, ::String])


290
291
292
# File 'sig/types.rbs', line 290

def events
  @events
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def identity_pool_id
  @identity_pool_id
end