Class: Aws::Types::ResendConfirmationCodeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResendConfirmationCodeRequest
- 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.
1801 1802 1803 |
# File 'sig/types.rbs', line 1801 def @analytics_metadata end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def client_id @client_id end |
#client_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute client_metadata.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def @client_metadata end |
#secret_hash ⇒ ::String
Returns the value of attribute secret_hash.
1798 1799 1800 |
# File 'sig/types.rbs', line 1798 def secret_hash @secret_hash end |
#user_context_data ⇒ Types::UserContextDataType
Returns the value of attribute user_context_data.
1799 1800 1801 |
# File 'sig/types.rbs', line 1799 def user_context_data @user_context_data end |
#username ⇒ ::String
Returns the value of attribute username.
1800 1801 1802 |
# File 'sig/types.rbs', line 1800 def username @username end |