Class: Aws::CustomerProfiles::Types::DeleteProfileObjectTypeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1908
1909
1910
1911
1912
1913
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1908

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

#object_type_nameString

The name of the profile object type.

Returns:

  • (String)


1908
1909
1910
1911
1912
1913
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1908

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