Class: Aws::CustomerProfiles::Types::DetectProfileObjectTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DetectProfileObjectTypeResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#detected_profile_object_types ⇒ Array<Types::DetectedProfileObjectType>
Detected
ProfileObjectType
mappings from given objects.
Instance Attribute Details
#detected_profile_object_types ⇒ Array<Types::DetectedProfileObjectType>
Detected ProfileObjectType
mappings from given objects. A maximum
of one mapping is supported.
1400 1401 1402 1403 1404 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1400 class DetectProfileObjectTypeResponse < Struct.new( :detected_profile_object_types) SENSITIVE = [] include Aws::Structure end |