Class: Aws::CustomerProfiles::Types::GetDomainObjectTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetDomainObjectTypeResponse
- 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.
3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615 class GetDomainObjectTypeResponse < 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.
3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615 class GetDomainObjectTypeResponse < 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.
3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615 class GetDomainObjectTypeResponse < 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.
3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615 class GetDomainObjectTypeResponse < 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.
3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615 class GetDomainObjectTypeResponse < 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.
3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615 class GetDomainObjectTypeResponse < 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.
3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3615 class GetDomainObjectTypeResponse < Struct.new( :object_type_name, :description, :encryption_key, :fields, :created_at, :last_updated_at, :tags) SENSITIVE = [:description] include Aws::Structure end |