Class: Aws::Types::ImportBackendAuthRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportBackendAuthRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
-
#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
#app_id ⇒ ::String
Returns the value of attribute app_id.
714 715 716 |
# File 'sig/types.rbs', line 714 def app_id @app_id end |
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
715 716 717 |
# File 'sig/types.rbs', line 715 def backend_environment_name @backend_environment_name end |
#identity_pool_id ⇒ ::String
Returns the value of attribute identity_pool_id.
716 717 718 |
# File 'sig/types.rbs', line 716 def identity_pool_id @identity_pool_id end |
#native_client_id ⇒ ::String
Returns the value of attribute native_client_id.
717 718 719 |
# File 'sig/types.rbs', line 717 def native_client_id @native_client_id end |
#user_pool_id ⇒ ::String
Returns the value of attribute user_pool_id.
718 719 720 |
# File 'sig/types.rbs', line 718 def user_pool_id @user_pool_id end |
#web_client_id ⇒ ::String
Returns the value of attribute web_client_id.
719 720 721 |
# File 'sig/types.rbs', line 719 def web_client_id @web_client_id end |