Class: Aws::CustomerProfiles::Types::PutProfileObjectRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::PutProfileObjectRequest
- Defined in:
- gems/aws-sdk-customerprofiles/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.
5982 5983 5984 5985 5986 5987 5988 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5982 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.
5982 5983 5984 5985 5986 5987 5988 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5982 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.
5982 5983 5984 5985 5986 5987 5988 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5982 class PutProfileObjectRequest < Struct.new( :object_type_name, :object, :domain_name) SENSITIVE = [:object] include Aws::Structure end |