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.



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