Class: Aws::CustomerProfiles::Types::DeleteProfileObjectRequest

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)


1250
1251
1252
1253
1254
1255
1256
1257
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1250

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

#object_type_nameString

The name of the profile object type.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1250

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

#profile_idString

The unique identifier of a customer profile.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1250

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

#profile_object_unique_keyString

The unique identifier of the profile object generated by the service.

Returns:

  • (String)


1250
1251
1252
1253
1254
1255
1256
1257
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1250

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