Class: Aws::Types::UpdateOpenIdConnectTokenSelection
- Inherits:
-
Object
- Object
- Aws::Types::UpdateOpenIdConnectTokenSelection
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AccessTokenOnly, IdentityTokenOnly, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_token_only ⇒ Types::UpdateOpenIdConnectAccessTokenConfiguration
Returns the value of attribute access_token_only.
-
#identity_token_only ⇒ Types::UpdateOpenIdConnectIdentityTokenConfiguration
Returns the value of attribute identity_token_only.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#access_token_only ⇒ Types::UpdateOpenIdConnectAccessTokenConfiguration
Returns the value of attribute access_token_only.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def access_token_only @access_token_only end |
#identity_token_only ⇒ Types::UpdateOpenIdConnectIdentityTokenConfiguration
Returns the value of attribute identity_token_only.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def identity_token_only @identity_token_only end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def unknown @unknown end |