Class: Aws::CustomerProfiles::Types::DetectProfileObjectTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DetectProfileObjectTypeRequest
- Includes:
- Structure
- Defined in:
- 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.
2042 2043 2044 2045 2046 2047 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2042 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.
2042 2043 2044 2045 2046 2047 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2042 class DetectProfileObjectTypeRequest < Struct.new( :objects, :domain_name) SENSITIVE = [:objects] include Aws::Structure end |