Class: Aws::Types::DisassociateIdentityProviderConfigRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateIdentityProviderConfigRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#identity_provider_config ⇒ Types::IdentityProviderConfig
Returns the value of attribute identity_provider_config.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
932 933 934 |
# File 'sig/types.rbs', line 932 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
930 931 932 |
# File 'sig/types.rbs', line 930 def cluster_name @cluster_name end |
#identity_provider_config ⇒ Types::IdentityProviderConfig
Returns the value of attribute identity_provider_config.
931 932 933 |
# File 'sig/types.rbs', line 931 def identity_provider_config @identity_provider_config end |