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

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)


1281
1282
1283
1284
1285
1286
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1281

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)


1281
1282
1283
1284
1285
1286
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1281

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