Class: Aws::Types::OpenIDConnectConfig
- Inherits:
-
Object
- Object
- Aws::Types::OpenIDConnectConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auth_ttl ⇒ ::Integer
Returns the value of attribute auth_ttl.
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#iat_ttl ⇒ ::Integer
Returns the value of attribute iat_ttl.
-
#issuer ⇒ ::String
Returns the value of attribute issuer.
Instance Attribute Details
#auth_ttl ⇒ ::Integer
Returns the value of attribute auth_ttl.
1129 1130 1131 |
# File 'sig/types.rbs', line 1129 def auth_ttl @auth_ttl end |
#client_id ⇒ ::String
Returns the value of attribute client_id.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def client_id @client_id end |
#iat_ttl ⇒ ::Integer
Returns the value of attribute iat_ttl.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def iat_ttl @iat_ttl end |
#issuer ⇒ ::String
Returns the value of attribute issuer.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def issuer @issuer end |