Class: Aws::CustomerProfiles::Types::PutProfileObjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::PutProfileObjectRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:object]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#object ⇒ String
A string that is serialized from a JSON object.
-
#object_type_name ⇒ String
The name of the profile object type.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
4287 4288 4289 4290 4291 4292 4293 |
# File '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 ⇒ String
A string that is serialized from a JSON object.
4287 4288 4289 4290 4291 4292 4293 |
# File '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_name ⇒ String
The name of the profile object type.
4287 4288 4289 4290 4291 4292 4293 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4287 class PutProfileObjectRequest < Struct.new( :object_type_name, :object, :domain_name) SENSITIVE = [:object] include Aws::Structure end |