Class: Aws::CustomerProfiles::Types::PutProfileObjectRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:object]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


4267
4268
4269
4270
4271
4272
4273
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4267

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

#objectString

A string that is serialized from a JSON object.

Returns:

  • (String)


4267
4268
4269
4270
4271
4272
4273
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4267

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

#object_type_nameString

The name of the profile object type.

Returns:

  • (String)


4267
4268
4269
4270
4271
4272
4273
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4267

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