Class: Aws::CustomerProfiles::Types::ListDomainItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListDomainItem
- Defined in:
- gems/aws-sdk-customerprofiles/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.
4014 4015 4016 4017 4018 4019 4020 4021 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4014 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.
4014 4015 4016 4017 4018 4019 4020 4021 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4014 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.
4014 4015 4016 4017 4018 4019 4020 4021 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4014 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.
4014 4015 4016 4017 4018 4019 4020 4021 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 4014 class ListDomainItem < Struct.new( :domain_name, :created_at, :last_updated_at, :tags) SENSITIVE = [] include Aws::Structure end |