Class: Aws::CustomerProfiles::Types::PutDomainObjectTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::PutDomainObjectTypeResponse
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the domain object type was created.
-
#description ⇒ String
The description of the domain object type.
-
#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.
-
#last_updated_at ⇒ Time
The timestamp of when the domain object type was most recently edited.
-
#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
#created_at ⇒ Time
The timestamp of when the domain object type was created.
7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7713 class PutDomainObjectTypeResponse < Struct.new( :object_type_name, :description, :encryption_key, :fields, :created_at, :last_updated_at, :tags) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description of the domain object type.
7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7713 class PutDomainObjectTypeResponse < Struct.new( :object_type_name, :description, :encryption_key, :fields, :created_at, :last_updated_at, :tags) SENSITIVE = [:description] include Aws::Structure end |
#encryption_key ⇒ String
The customer provided KMS key used to encrypt this type of domain object.
7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7713 class PutDomainObjectTypeResponse < Struct.new( :object_type_name, :description, :encryption_key, :fields, :created_at, :last_updated_at, :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.
7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7713 class PutDomainObjectTypeResponse < Struct.new( :object_type_name, :description, :encryption_key, :fields, :created_at, :last_updated_at, :tags) SENSITIVE = [:description] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when the domain object type was most recently edited.
7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7713 class PutDomainObjectTypeResponse < Struct.new( :object_type_name, :description, :encryption_key, :fields, :created_at, :last_updated_at, :tags) SENSITIVE = [:description] include Aws::Structure end |
#object_type_name ⇒ String
The unique name of the domain object type.
7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7713 class PutDomainObjectTypeResponse < Struct.new( :object_type_name, :description, :encryption_key, :fields, :created_at, :last_updated_at, :tags) SENSITIVE = [:description] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 7713 class PutDomainObjectTypeResponse < Struct.new( :object_type_name, :description, :encryption_key, :fields, :created_at, :last_updated_at, :tags) SENSITIVE = [:description] include Aws::Structure end |