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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/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)


1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1386

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>)


1386
1387
1388
1389
1390
1391
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 1386

class DetectProfileObjectTypeRequest < Struct.new(
  :objects,
  :domain_name)
  SENSITIVE = [:objects]
  include Aws::Structure
end