Class: Aws::CognitoIdentityProvider::Types::EventFeedbackType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::EventFeedbackType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
Specifies the event feedback type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#feedback_date ⇒ Time
The event feedback date.
-
#feedback_value ⇒ String
The event feedback value.
-
#provider ⇒ String
The provider.
Instance Attribute Details
#feedback_date ⇒ Time
The event feedback date.
5073 5074 5075 5076 5077 5078 5079 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5073 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |
#feedback_value ⇒ String
The event feedback value.
5073 5074 5075 5076 5077 5078 5079 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5073 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |
#provider ⇒ String
The provider.
5073 5074 5075 5076 5077 5078 5079 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5073 class EventFeedbackType < Struct.new( :feedback_value, :provider, :feedback_date) SENSITIVE = [] include Aws::Structure end |