Class: Aws::Types::DescribeLabelGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLabelGroupResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#fault_codes ⇒ ::Array[::String]
Returns the value of attribute fault_codes.
-
#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.
294 295 296 |
# File 'sig/types.rbs', line 294 def created_at @created_at end |
#fault_codes ⇒ ::Array[::String]
Returns the value of attribute fault_codes.
293 294 295 |
# File 'sig/types.rbs', line 293 def fault_codes @fault_codes end |
#label_group_arn ⇒ ::String
Returns the value of attribute label_group_arn.
292 293 294 |
# File 'sig/types.rbs', line 292 def label_group_arn @label_group_arn end |
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
291 292 293 |
# File 'sig/types.rbs', line 291 def label_group_name @label_group_name end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
295 296 297 |
# File 'sig/types.rbs', line 295 def updated_at @updated_at end |