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)


2642
2643
2644
# File 'sig/types.rbs', line 2642

def access_token
  @access_token
end

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


2643
2644
2645
# File 'sig/types.rbs', line 2643

def attribute_name
  @attribute_name
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


2644
2645
2646
# File 'sig/types.rbs', line 2644

def code
  @code
end