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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4704

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

#descriptionString

Description of the profile object type.

Returns:

  • (String)


4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4704

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

#last_updated_atTime

The timestamp of when the domain was most recently edited.

Returns:

  • (Time)


4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4704

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

#max_available_profile_object_countInteger

The amount of provisioned profile object max count available.

Returns:

  • (Integer)


4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4704

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

#max_profile_object_countInteger

The amount of profile object max count assigned to the object type.

Returns:

  • (Integer)


4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4704

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

#object_type_nameString

The name of the profile object type.

Returns:

  • (String)


4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4704

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


4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4704

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