Class: Aws::CustomerProfiles::Types::DetectProfileObjectTypeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detected_profile_object_typesArray<Types::DetectedProfileObjectType>

Detected ‘ProfileObjectType` mappings from given objects. A maximum of one mapping is supported.



1400
1401
1402
1403
1404
# File 'lib/aws-sdk-customerprofiles/types.rb', line 1400

class DetectProfileObjectTypeResponse < Struct.new(
  :detected_profile_object_types)
  SENSITIVE = []
  include Aws::Structure
end