Class: Aws::CustomerProfiles::Types::PutDomainObjectTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::PutDomainObjectTypeRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the domain object type.
-
#domain_name ⇒ String
The unique name of the domain.
-
#encryption_key ⇒ String
The customer provided KMS key used to encrypt this type of domain object.
-
#fields ⇒ Hash<String,Types::DomainObjectTypeField>
A map of field names to their corresponding domain object type field definitions.
-
#object_type_name ⇒ String
The unique name of the domain object type.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
Instance Attribute Details
#description ⇒ String
The description of the domain object type.
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_name ⇒ String
The unique name of the domain.
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_key ⇒ String
The customer provided KMS key used to encrypt this type of domain object.
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 |
#fields ⇒ Hash<String,Types::DomainObjectTypeField>
A map of field names to their corresponding domain object type field definitions.
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_name ⇒ String
The unique name of the domain object type.
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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
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 |