Class: Aws::Types::UpdateAuthEventFeedbackRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username, :feedback_token])

Instance Attribute Summary collapse

Instance Attribute Details

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Valid", "Invalid")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2226
2227
2228
# File 'sig/types.rbs', line 2226

def username
  @username
end