Module: Aws::LookoutEquipment::Client::_DescribeLabelGroupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLabelGroupResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #fault_codes ⇒ ::Array[::String]
- #label_group_arn ⇒ ::String
- #label_group_name ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
374 |
# File 'sig/client.rbs', line 374
def created_at: () -> ::Time
|
#fault_codes ⇒ ::Array[::String]
373 |
# File 'sig/client.rbs', line 373
def fault_codes: () -> ::Array[::String]
|
#label_group_arn ⇒ ::String
372 |
# File 'sig/client.rbs', line 372
def label_group_arn: () -> ::String
|
#label_group_name ⇒ ::String
371 |
# File 'sig/client.rbs', line 371
def label_group_name: () -> ::String
|
#updated_at ⇒ ::Time
375 |
# File 'sig/client.rbs', line 375
def updated_at: () -> ::Time
|