Class: Aws::Types::AwsAppSyncGraphQlApiOpenIdConnectConfigDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsAppSyncGraphQlApiOpenIdConnectConfigDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_tt_l ⇒ ::Integer
Returns the value of attribute auth_tt_l.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#iat_tt_l ⇒ ::Integer
Returns the value of attribute iat_tt_l.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
Instance Attribute Details
#auth_tt_l ⇒ ::Integer
Returns the value of attribute auth_tt_l.
538 539 540 |
# File 'sig/types.rbs', line 538 def auth_tt_l @auth_tt_l end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
539 540 541 |
# File 'sig/types.rbs', line 539 def client_id @client_id end |
#iat_tt_l ⇒ ::Integer
Returns the value of attribute iat_tt_l.
540 541 542 |
# File 'sig/types.rbs', line 540 def iat_tt_l @iat_tt_l end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
541 542 543 |
# File 'sig/types.rbs', line 541 def issuer @issuer end |