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)


843
844
845
# File 'sig/types.rbs', line 843

def client_id
  @client_id
end

#client_secret_id::String

Returns the value of attribute client_secret_id.

Returns:

  • (::String)


844
845
846
# File 'sig/types.rbs', line 844

def client_secret_id
  @client_secret_id
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


842
843
844
# File 'sig/types.rbs', line 842

def user_pool_id
  @user_pool_id
end