Class: Aws::Types::AdminUpdateAuthEventFeedbackRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


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.

Returns:

  • ("Valid", "Invalid")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def username
  @username
end