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.
577 578 579 |
# File 'sig/types.rbs', line 577 def end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
572 573 574 |
# File 'sig/types.rbs', line 572 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
579 580 581 |
# File 'sig/types.rbs', line 579 def end |
#confirmation_code ⇒ ::String
Returns the value of attribute confirmation_code.
575 576 577 |
# File 'sig/types.rbs', line 575 def confirmation_code @confirmation_code end |
#force_alias_creation ⇒ Boolean
Returns the value of attribute force_alias_creation.
576 577 578 |
# File 'sig/types.rbs', line 576 def force_alias_creation @force_alias_creation end |
#secret_hash ⇒ ::String
Returns the value of attribute secret_hash.
573 574 575 |
# File 'sig/types.rbs', line 573 def secret_hash @secret_hash end |
#session ⇒ ::String
Returns the value of attribute session.
580 581 582 |
# File 'sig/types.rbs', line 580 def session @session end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
578 579 580 |
# File 'sig/types.rbs', line 578 def user_context_data @user_context_data end |
#username ⇒ ::String
Returns the value of attribute username.
574 575 576 |
# File 'sig/types.rbs', line 574 def username @username end |