Class: Aws::Types::AdminUpdateAuthEventFeedbackRequest
- Inherits:
-
Object
- Object
- Aws::Types::AdminUpdateAuthEventFeedbackRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#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.
354 355 356 |
# File 'sig/types.rbs', line 354 def event_id @event_id end |
#feedback_value ⇒ "Valid", "Invalid"
Returns the value of attribute feedback_value.
355 356 357 |
# File 'sig/types.rbs', line 355 def feedback_value @feedback_value end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def user_pool_id @user_pool_id end |
#username ⇒ ::String
Returns the value of attribute username.
353 354 355 |
# File 'sig/types.rbs', line 353 def username @username end |