Class: Aws::CognitoSync::Types::GetCognitoEventsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eventsHash<String,String>

The Cognito Events returned from the GetCognitoEvents request

Returns:

  • (Hash<String,String>)


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