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)


4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4287

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)


4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4287

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)


4287
4288
4289
4290
4291
4292
4293
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4287

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