Module: Aws::LookoutEquipment::Client::_DescribeLabelResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeLabelResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #end_time ⇒ ::Time
- #equipment ⇒ ::String
- #fault_code ⇒ ::String
- #label_group_arn ⇒ ::String
- #label_group_name ⇒ ::String
- #label_id ⇒ ::String
- #notes ⇒ ::String
- #rating ⇒ "ANOMALY", ...
- #start_time ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
360 |
# File 'sig/client.rbs', line 360
def created_at: () -> ::Time
|
#end_time ⇒ ::Time
355 |
# File 'sig/client.rbs', line 355
def end_time: () -> ::Time
|
#equipment ⇒ ::String
359 |
# File 'sig/client.rbs', line 359
def equipment: () -> ::String
|
#fault_code ⇒ ::String
357 |
# File 'sig/client.rbs', line 357
def fault_code: () -> ::String
|
#label_group_arn ⇒ ::String
352 |
# File 'sig/client.rbs', line 352
def label_group_arn: () -> ::String
|
#label_group_name ⇒ ::String
351 |
# File 'sig/client.rbs', line 351
def label_group_name: () -> ::String
|
#label_id ⇒ ::String
353 |
# File 'sig/client.rbs', line 353
def label_id: () -> ::String
|
#notes ⇒ ::String
358 |
# File 'sig/client.rbs', line 358
def notes: () -> ::String
|
#rating ⇒ "ANOMALY", ...
356 |
# File 'sig/client.rbs', line 356
def rating: () -> ("ANOMALY" | "NO_ANOMALY" | "NEUTRAL")
|
#start_time ⇒ ::Time
354 |
# File 'sig/client.rbs', line 354
def start_time: () -> ::Time
|