Class: Aws::Types::VerifyUserAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


2610
2611
2612
# File 'sig/types.rbs', line 2610

def access_token
  @access_token
end

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


2611
2612
2613
# File 'sig/types.rbs', line 2611

def attribute_name
  @attribute_name
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


2612
2613
2614
# File 'sig/types.rbs', line 2612

def code
  @code
end