Class: Aws::CustomerProfiles::Types::DeleteDomainRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


1124
1125
1126
1127
1128
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1124

class DeleteDomainRequest < Struct.new(
  :domain_name)
  SENSITIVE = []
  include Aws::Structure
end