Class: Aws::Types::ForgotPasswordRequest
- Inherits:
-
Object
- Object
- Aws::Types::ForgotPasswordRequest
- 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.
-
#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.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def end |
#secret_hash ⇒ ::String
Returns the value of attribute secret_hash.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def secret_hash @secret_hash end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def user_context_data @user_context_data end |
#username ⇒ ::String
Returns the value of attribute username.
1153 1154 1155 |
# File 'sig/types.rbs', line 1153 def username @username end |