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)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Valid", "Invalid")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2194
2195
2196
# File 'sig/types.rbs', line 2194

def username
  @username
end