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.
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.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def attribute_name @attribute_name end |
#code ⇒ ::String
Returns the value of attribute code.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def code @code end |