Class: Aws::Types::DeleteUserPoolDomainRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def domain
  @domain
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def user_pool_id
  @user_pool_id
end