Class: Aws::Types::BackendAPIAppSyncAuthSettings
- Inherits:
-
Object
- Object
- Aws::Types::BackendAPIAppSyncAuthSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cognito_user_pool_id ⇒ ::String
Returns the value of attribute cognito_user_pool_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expiration_time ⇒ ::Float
Returns the value of attribute expiration_time.
-
#open_id_auth_ttl ⇒ ::String
Returns the value of attribute open_id_auth_ttl.
-
#open_id_client_id ⇒ ::String
Returns the value of attribute open_id_client_id.
-
#open_id_iat_ttl ⇒ ::String
Returns the value of attribute open_id_iat_ttl.
-
#open_id_issue_url ⇒ ::String
Returns the value of attribute open_id_issue_url.
-
#open_id_provider_name ⇒ ::String
Returns the value of attribute open_id_provider_name.
Instance Attribute Details
#cognito_user_pool_id ⇒ ::String
Returns the value of attribute cognito_user_pool_id.
12 13 14 |
# File 'sig/types.rbs', line 12 def cognito_user_pool_id @cognito_user_pool_id end |
#description ⇒ ::String
Returns the value of attribute description.
13 14 15 |
# File 'sig/types.rbs', line 13 def description @description end |
#expiration_time ⇒ ::Float
Returns the value of attribute expiration_time.
14 15 16 |
# File 'sig/types.rbs', line 14 def expiration_time @expiration_time end |
#open_id_auth_ttl ⇒ ::String
Returns the value of attribute open_id_auth_ttl.
15 16 17 |
# File 'sig/types.rbs', line 15 def open_id_auth_ttl @open_id_auth_ttl end |
#open_id_client_id ⇒ ::String
Returns the value of attribute open_id_client_id.
16 17 18 |
# File 'sig/types.rbs', line 16 def open_id_client_id @open_id_client_id end |
#open_id_iat_ttl ⇒ ::String
Returns the value of attribute open_id_iat_ttl.
17 18 19 |
# File 'sig/types.rbs', line 17 def open_id_iat_ttl @open_id_iat_ttl end |
#open_id_issue_url ⇒ ::String
Returns the value of attribute open_id_issue_url.
18 19 20 |
# File 'sig/types.rbs', line 18 def open_id_issue_url @open_id_issue_url end |
#open_id_provider_name ⇒ ::String
Returns the value of attribute open_id_provider_name.
19 20 21 |
# File 'sig/types.rbs', line 19 def open_id_provider_name @open_id_provider_name end |