Class: Aws::CustomerProfiles::Types::PutDomainObjectTypeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the domain object type.

Returns:

  • (String)


7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7668

class PutDomainObjectTypeRequest < Struct.new(
  :domain_name,
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7668

class PutDomainObjectTypeRequest < Struct.new(
  :domain_name,
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#encryption_keyString

The customer provided KMS key used to encrypt this type of domain object.

Returns:

  • (String)


7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7668

class PutDomainObjectTypeRequest < Struct.new(
  :domain_name,
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#fieldsHash<String,Types::DomainObjectTypeField>

A map of field names to their corresponding domain object type field definitions.

Returns:



7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7668

class PutDomainObjectTypeRequest < Struct.new(
  :domain_name,
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#object_type_nameString

The unique name of the domain object type.

Returns:

  • (String)


7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7668

class PutDomainObjectTypeRequest < Struct.new(
  :domain_name,
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


7668
7669
7670
7671
7672
7673
7674
7675
7676
7677
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7668

class PutDomainObjectTypeRequest < Struct.new(
  :domain_name,
  :object_type_name,
  :description,
  :encryption_key,
  :fields,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end