Class: Aws::CustomerProfiles::Types::ListDomainItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListDomainItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
An object in a list that represents a domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the domain was created.
-
#domain_name ⇒ String
The unique name of the domain.
-
#last_updated_at ⇒ Time
The timestamp of when the domain was most recently edited.
-
#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 was created.
4325 4326 4327 4328 4329 4330 4331 4332 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4325 class ListDomainItem < Struct.new( :domain_name, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The unique name of the domain.
4325 4326 4327 4328 4329 4330 4331 4332 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4325 class ListDomainItem < Struct.new( :domain_name, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of when the domain was most recently edited.
4325 4326 4327 4328 4329 4330 4331 4332 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4325 class ListDomainItem < Struct.new( :domain_name, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
4325 4326 4327 4328 4329 4330 4331 4332 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4325 class ListDomainItem < Struct.new( :domain_name, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |