Class: Aws::Types::LabelGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::LabelGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#label_group_arn ⇒ ::String
Returns the value of attribute label_group_arn.
-
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
600 601 602 |
# File 'sig/types.rbs', line 600 def created_at @created_at end |
#label_group_arn ⇒ ::String
Returns the value of attribute label_group_arn.
599 600 601 |
# File 'sig/types.rbs', line 599 def label_group_arn @label_group_arn end |
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
598 599 600 |
# File 'sig/types.rbs', line 598 def label_group_name @label_group_name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
601 602 603 |
# File 'sig/types.rbs', line 601 def updated_at @updated_at end |