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)


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.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def cluster_name
  @cluster_name
end

#identity_provider_configTypes::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