Class: Aws::Types::RemoveClientIDFromOpenIDConnectProviderRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveClientIDFromOpenIDConnectProviderRequest
- 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.
1815 1816 1817 |
# File 'sig/types.rbs', line 1815 def client_id @client_id end |
#open_id_connect_provider_arn ⇒ ::String
Returns the value of attribute open_id_connect_provider_arn.
1814 1815 1816 |
# File 'sig/types.rbs', line 1814 def open_id_connect_provider_arn @open_id_connect_provider_arn end |