Class: Aws::Types::VerifyUserAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::VerifyUserAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token ⇒ ::String
Returns the value of attribute access_token.
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#code ⇒ ::String
Returns the value of attribute code.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
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.
2643 2644 2645 |
# File 'sig/types.rbs', line 2643 def attribute_name @attribute_name end |
#code ⇒ ::String
Returns the value of attribute code.
2644 2645 2646 |
# File 'sig/types.rbs', line 2644 def code @code end |