Class: Aws::CustomerProfiles::Types::ListDomainItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The timestamp of when the domain was created.

Returns:

  • (Time)


3087
3088
3089
3090
3091
3092
3093
3094
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3087

class ListDomainItem < Struct.new(
  :domain_name,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


3087
3088
3089
3090
3091
3092
3093
3094
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3087

class ListDomainItem < Struct.new(
  :domain_name,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The timestamp of when the domain was most recently edited.

Returns:

  • (Time)


3087
3088
3089
3090
3091
3092
3093
3094
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3087

class ListDomainItem < Struct.new(
  :domain_name,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


3087
3088
3089
3090
3091
3092
3093
3094
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3087

class ListDomainItem < Struct.new(
  :domain_name,
  :created_at,
  :last_updated_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end