Class: Aws::Types::OpenIdConnectIdentityTokenConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::OpenIdConnectIdentityTokenConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_ids ⇒ ::Array[::String]
Returns the value of attribute client_ids.
-
#principal_id_claim ⇒ ::String
Returns the value of attribute principal_id_claim.
Instance Attribute Details
#client_ids ⇒ ::Array[::String]
Returns the value of attribute client_ids.
833 834 835 |
# File 'sig/types.rbs', line 833 def client_ids @client_ids end |
#principal_id_claim ⇒ ::String
Returns the value of attribute principal_id_claim.
832 833 834 |
# File 'sig/types.rbs', line 832 def principal_id_claim @principal_id_claim end |