Class: Aws::CustomerProfiles::Types::DetectProfileObjectTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DetectProfileObjectTypeRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:objects]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#objects ⇒ Array<String>
A string that is serialized from a JSON object.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
1906 1907 1908 1909 1910 1911 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1906 class DetectProfileObjectTypeRequest < Struct.new( :objects, :domain_name) SENSITIVE = [:objects] include Aws::Structure end |
#objects ⇒ Array<String>
A string that is serialized from a JSON object.
1906 1907 1908 1909 1910 1911 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1906 class DetectProfileObjectTypeRequest < Struct.new( :objects, :domain_name) SENSITIVE = [:objects] include Aws::Structure end |