Class: Aws::Types::ConfirmForgotPasswordRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConfirmForgotPasswordRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_metadata ⇒ Types::AnalyticsMetadataType
Returns the value of attribute analytics_metadata.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
-
#confirmation_code ⇒ ::String
Returns the value of attribute confirmation_code.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#secret_hash ⇒ ::String
Returns the value of attribute secret_hash.
-
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#analytics_metadata ⇒ Types::AnalyticsMetadataType
Returns the value of attribute analytics_metadata.
555 556 557 |
# File 'sig/types.rbs', line 555 def @analytics_metadata end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
550 551 552 |
# File 'sig/types.rbs', line 550 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
557 558 559 |
# File 'sig/types.rbs', line 557 def @client_metadata end |
#confirmation_code ⇒ ::String
Returns the value of attribute confirmation_code.
553 554 555 |
# File 'sig/types.rbs', line 553 def confirmation_code @confirmation_code end |
#password ⇒ ::String
Returns the value of attribute password.
554 555 556 |
# File 'sig/types.rbs', line 554 def password @password end |
#secret_hash ⇒ ::String
Returns the value of attribute secret_hash.
551 552 553 |
# File 'sig/types.rbs', line 551 def secret_hash @secret_hash end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
556 557 558 |
# File 'sig/types.rbs', line 556 def user_context_data @user_context_data end |
#username ⇒ ::String
Returns the value of attribute username.
552 553 554 |
# File 'sig/types.rbs', line 552 def username @username end |