Class: Aws::CustomerProfiles::Types::DetectProfileObjectTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DetectProfileObjectTypeResponse
- Includes:
- Structure
- Defined in:
- 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.
2056 2057 2058 2059 2060 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2056 class DetectProfileObjectTypeResponse < Struct.new( :detected_profile_object_types) SENSITIVE = [] include Aws::Structure end |