Class: Aws::CognitoIdentityProvider::Types::EventFeedbackType

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

Overview

Specifies the event feedback type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feedback_dateTime

The event feedback date.

Returns:

  • (Time)


5051
5052
5053
5054
5055
5056
5057
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5051

class EventFeedbackType < Struct.new(
  :feedback_value,
  :provider,
  :feedback_date)
  SENSITIVE = []
  include Aws::Structure
end

#feedback_valueString

The event feedback value.

Returns:

  • (String)


5051
5052
5053
5054
5055
5056
5057
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5051

class EventFeedbackType < Struct.new(
  :feedback_value,
  :provider,
  :feedback_date)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The provider.

Returns:

  • (String)


5051
5052
5053
5054
5055
5056
5057
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5051

class EventFeedbackType < Struct.new(
  :feedback_value,
  :provider,
  :feedback_date)
  SENSITIVE = []
  include Aws::Structure
end