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.
55 56 57 |
# File 'sig/types.rbs', line 55 def client_id @client_id end |
#open_id_connect_provider_arn ⇒ ::String
Returns the value of attribute open_id_connect_provider_arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def open_id_connect_provider_arn @open_id_connect_provider_arn end |