Class: Aws::CustomerProfiles::Types::DetectProfileObjectTypeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:objects]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


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

#objectsArray<String>

A string that is serialized from a JSON object.

Returns:

  • (Array<String>)


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