Class: Aws::Types::DisassociateIdentityProviderConfigRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def client_request_token
  @client_request_token
end

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


1024
1025
1026
# File 'sig/types.rbs', line 1024

def cluster_name
  @cluster_name
end

#identity_provider_configTypes::IdentityProviderConfig

Returns the value of attribute identity_provider_config.



1025
1026
1027
# File 'sig/types.rbs', line 1025

def identity_provider_config
  @identity_provider_config
end