Class: Aws::Types::AddClientIDToOpenIDConnectProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddClientIDToOpenIDConnectProviderRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#open_id_connect_provider_arn ⇒ ::String
Returns the value of attribute open_id_connect_provider_arn.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
67 68 69 |
# File 'sig/types.rbs', line 67 def client_id @client_id end |
#open_id_connect_provider_arn ⇒ ::String
Returns the value of attribute open_id_connect_provider_arn.
66 67 68 |
# File 'sig/types.rbs', line 66 def open_id_connect_provider_arn @open_id_connect_provider_arn end |