Class: Aws::CustomerProfiles::Types::DomainObjectTypesListItem

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

Instance Attribute Details

#created_atTime

The timestamp of when the domain object type was created.

Returns:

  • (Time)


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

#descriptionString

A description explaining the purpose and characteristics of this object type.

Returns:

  • (String)


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_atTime

The timestamp of when the domain object type was most recently edited.

Returns:

  • (Time)


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_nameString

The name that identifies the object type within the domain.

Returns:

  • (String)


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

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)


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