Class: Aws::CognitoSync::Types::SetCognitoEventsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::SetCognitoEventsRequest
- 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
-
#events ⇒ Hash<String,String>
The events to configure.
-
#identity_pool_id ⇒ String
The Cognito Identity Pool to use when configuring Cognito Events.
Instance Attribute Details
#events ⇒ Hash<String,String>
The events to configure
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_id ⇒ String
The Cognito Identity Pool to use when configuring Cognito Events
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 |