Class: Aws::Types::ListProfileObjectTypeItem
- Inherits:
-
Object
- Object
- Aws::Types::ListProfileObjectTypeItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#max_available_profile_object_count ⇒ ::Integer
Returns the value of attribute max_available_profile_object_count.
-
#max_profile_object_count ⇒ ::Integer
Returns the value of attribute max_profile_object_count.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
-
#source_priority ⇒ ::Integer
Returns the value of attribute source_priority.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1885 1886 1887 |
# File 'sig/types.rbs', line 1885 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def description @description end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
1886 1887 1888 |
# File 'sig/types.rbs', line 1886 def last_updated_at @last_updated_at end |
#max_available_profile_object_count ⇒ ::Integer
Returns the value of attribute max_available_profile_object_count.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def max_available_profile_object_count @max_available_profile_object_count end |
#max_profile_object_count ⇒ ::Integer
Returns the value of attribute max_profile_object_count.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def max_profile_object_count @max_profile_object_count end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
1883 1884 1885 |
# File 'sig/types.rbs', line 1883 def object_type_name @object_type_name end |
#source_priority ⇒ ::Integer
Returns the value of attribute source_priority.
1889 1890 1891 |
# File 'sig/types.rbs', line 1889 def source_priority @source_priority end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1890 1891 1892 |
# File 'sig/types.rbs', line 1890 def @tags end |