Class: Aws::Types::ImportBackendAuthReqObj
- Inherits:
-
Object
- Object
- Aws::Types::ImportBackendAuthReqObj
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
-
#native_client_id ⇒ ::String
Returns the value of attribute native_client_id.
-
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
-
#web_client_id ⇒ ::String
Returns the value of attribute web_client_id.
Instance Attribute Details
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
706 707 708 |
# File 'sig/types.rbs', line 706 def identity_pool_id @identity_pool_id end |
#native_client_id ⇒ ::String
Returns the value of attribute native_client_id.
707 708 709 |
# File 'sig/types.rbs', line 707 def native_client_id @native_client_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
708 709 710 |
# File 'sig/types.rbs', line 708 def user_pool_id @user_pool_id end |
#web_client_id ⇒ ::String
Returns the value of attribute web_client_id.
709 710 711 |
# File 'sig/types.rbs', line 709 def web_client_id @web_client_id end |