Class: Aws::CustomerProfiles::Types::DomainObjectTypesListItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::DomainObjectTypesListItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Represents an item in the list of domain object types, containing basic information about a specific object type within a domain.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the domain object type was created.
-
#description ⇒ String
A description explaining the purpose and characteristics of this object type.
-
#last_updated_at ⇒ Time
The timestamp of when the domain object type was most recently edited.
-
#object_type_name ⇒ String
The name that identifies the object type within the domain.
-
#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.
2670 2671 2672 2673 2674 2675 2676 2677 2678 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2670 class DomainObjectTypesListItem < Struct.new( :object_type_name, :description, :created_at, :last_updated_at, :tags) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
A description explaining the purpose and characteristics of this object type.
2670 2671 2672 2673 2674 2675 2676 2677 2678 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2670 class DomainObjectTypesListItem < Struct.new( :object_type_name, :description, :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.
2670 2671 2672 2673 2674 2675 2676 2677 2678 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2670 class DomainObjectTypesListItem < Struct.new( :object_type_name, :description, :created_at, :last_updated_at, :tags) SENSITIVE = [:description] include Aws::Structure end |
#object_type_name ⇒ String
The name that identifies the object type within the domain.
2670 2671 2672 2673 2674 2675 2676 2677 2678 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2670 class DomainObjectTypesListItem < Struct.new( :object_type_name, :description, :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.
2670 2671 2672 2673 2674 2675 2676 2677 2678 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 2670 class DomainObjectTypesListItem < Struct.new( :object_type_name, :description, :created_at, :last_updated_at, :tags) SENSITIVE = [:description] include Aws::Structure end |