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)


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

def domain
  @domain
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def user_pool_id
  @user_pool_id
end