Class: Aws::CustomerProfiles::Types::ListProfileObjectTypeItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListProfileObjectTypeItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
A ProfileObjectType instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The timestamp of when the domain was created.
-
#description ⇒ String
Description of the profile object type.
-
#last_updated_at ⇒ Time
The timestamp of when the domain was most recently edited.
-
#max_available_profile_object_count ⇒ Integer
The amount of provisioned profile object max count available.
-
#max_profile_object_count ⇒ Integer
The amount of profile object max count assigned to the object type.
-
#object_type_name ⇒ String
The name of the profile object type.
-
#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.
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 |
#description ⇒ String
Description of the profile object type.
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_at ⇒ Time
The timestamp of when the domain was most recently edited.
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_count ⇒ Integer
The amount of provisioned profile object max count available.
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_count ⇒ Integer
The amount of profile object max count assigned to the object type.
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_name ⇒ String
The name of the profile object type.
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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for this resource.
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 |