Class: Aws::CustomerProfiles::Types::ListProfileObjectTypeItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

A ProfileObjectType instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The timestamp of when the domain was created.

Returns:

  • (Time)


3344
3345
3346
3347
3348
3349
3350
3351
3352
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3344

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

#descriptionString

Description of the profile object type.

Returns:

  • (String)


3344
3345
3346
3347
3348
3349
3350
3351
3352
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3344

class ListProfileObjectTypeItem < Struct.new(
  :object_type_name,
  :description,
  :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)


3344
3345
3346
3347
3348
3349
3350
3351
3352
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3344

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

#object_type_nameString

The name of the profile object type.

Returns:

  • (String)


3344
3345
3346
3347
3348
3349
3350
3351
3352
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3344

class ListProfileObjectTypeItem < Struct.new(
  :object_type_name,
  :description,
  :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>)


3344
3345
3346
3347
3348
3349
3350
3351
3352
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3344

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