Class: Aws::Types::ConfirmSignUpRequest
- Inherits:
-
Object
- Object
- Aws::Types::ConfirmSignUpRequest
- 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.
-
#force_alias_creation ⇒ Boolean
Returns the value of attribute force_alias_creation.
-
#secret_hash ⇒ ::String
Returns the value of attribute secret_hash.
-
#session ⇒ ::String
Returns the value of attribute session.
-
#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.
570 571 572 |
# File 'sig/types.rbs', line 570 def @analytics_metadata end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
565 566 567 |
# File 'sig/types.rbs', line 565 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
572 573 574 |
# File 'sig/types.rbs', line 572 def @client_metadata end |
#confirmation_code ⇒ ::String
Returns the value of attribute confirmation_code.
568 569 570 |
# File 'sig/types.rbs', line 568 def confirmation_code @confirmation_code end |
#force_alias_creation ⇒ Boolean
Returns the value of attribute force_alias_creation.
569 570 571 |
# File 'sig/types.rbs', line 569 def force_alias_creation @force_alias_creation end |
#secret_hash ⇒ ::String
Returns the value of attribute secret_hash.
566 567 568 |
# File 'sig/types.rbs', line 566 def secret_hash @secret_hash end |
#session ⇒ ::String
Returns the value of attribute session.
573 574 575 |
# File 'sig/types.rbs', line 573 def session @session end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
571 572 573 |
# File 'sig/types.rbs', line 571 def user_context_data @user_context_data end |
#username ⇒ ::String
Returns the value of attribute username.
567 568 569 |
# File 'sig/types.rbs', line 567 def username @username end |