Class: Aws::Types::UpdateAuthEventFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAuthEventFeedbackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#feedback_token ⇒ ::String
Returns the value of attribute feedback_token.
-
#feedback_value ⇒ "Valid", "Invalid"
Returns the value of attribute feedback_value.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#event_id ⇒ ::String
Returns the value of attribute event_id.
2195 2196 2197 |
# File 'sig/types.rbs', line 2195 def event_id @event_id end |
#feedback_token ⇒ ::String
Returns the value of attribute feedback_token.
2196 2197 2198 |
# File 'sig/types.rbs', line 2196 def feedback_token @feedback_token end |
#feedback_value ⇒ "Valid", "Invalid"
Returns the value of attribute feedback_value.
2197 2198 2199 |
# File 'sig/types.rbs', line 2197 def feedback_value @feedback_value end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2193 2194 2195 |
# File 'sig/types.rbs', line 2193 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
2194 2195 2196 |
# File 'sig/types.rbs', line 2194 def username @username end |