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)


4925
4926
4927
4928
4929
4930
4931
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4925

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

#feedback_valueString

The event feedback value.

Returns:

  • (String)


4925
4926
4927
4928
4929
4930
4931
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4925

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

#providerString

The provider.

Returns:

  • (String)


4925
4926
4927
4928
4929
4930
4931
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4925

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