Class: Aws::Types::DeleteUserPoolClientSecretRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_id])

Instance Attribute Summary collapse

Instance Attribute Details

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


836
837
838
# File 'sig/types.rbs', line 836

def client_id
  @client_id
end

#client_secret_id::String

Returns the value of attribute client_secret_id.

Returns:

  • (::String)


837
838
839
# File 'sig/types.rbs', line 837

def client_secret_id
  @client_secret_id
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


835
836
837
# File 'sig/types.rbs', line 835

def user_pool_id
  @user_pool_id
end