Class: Aws::CognitoSync::Types::GetCognitoEventsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::GetCognitoEventsResponse
- Defined in:
- gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb
Overview
The response from the GetCognitoEvents request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Hash<String,String>
The Cognito Events returned from the GetCognitoEvents request.
Instance Attribute Details
#events ⇒ Hash<String,String>
The Cognito Events returned from the GetCognitoEvents request
421 422 423 424 425 |
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 421 class GetCognitoEventsResponse < Struct.new( :events) SENSITIVE = [] include Aws::Structure end |