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.
2227 2228 2229 |
# File 'sig/types.rbs', line 2227 def event_id @event_id end |
#feedback_token ⇒ ::String
Returns the value of attribute feedback_token.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def feedback_token @feedback_token end |
#feedback_value ⇒ "Valid", "Invalid"
Returns the value of attribute feedback_value.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def feedback_value @feedback_value end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
2225 2226 2227 |
# File 'sig/types.rbs', line 2225 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
2226 2227 2228 |
# File 'sig/types.rbs', line 2226 def username @username end |