Class: Aws::Types::GetUserAttributeVerificationCodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetUserAttributeVerificationCodeRequest
- 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.
-
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
Instance Attribute Details
#access_token ⇒ ::String
Returns the value of attribute access_token.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def access_token @access_token end |
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def attribute_name @attribute_name end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def @client_metadata end |