Class: Aws::CognitoSync::Types::SetCognitoEventsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitosync/types.rb

Overview

A request to configure Cognito Events“

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsHash<String,String>

The events to configure

Returns:

  • (Hash<String,String>)


1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-cognitosync/types.rb', line 1027

class SetCognitoEventsRequest < Struct.new(
  :identity_pool_id,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#identity_pool_idString

The Cognito Identity Pool to use when configuring Cognito Events

Returns:

  • (String)


1027
1028
1029
1030
1031
1032
# File 'lib/aws-sdk-cognitosync/types.rb', line 1027

class SetCognitoEventsRequest < Struct.new(
  :identity_pool_id,
  :events)
  SENSITIVE = []
  include Aws::Structure
end