Class: Aws::Types::LabelSummary
- Inherits:
-
Object
- Object
- Aws::Types::LabelSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#equipment ⇒ ::String
Returns the value of attribute equipment.
-
#fault_code ⇒ ::String
Returns the value of attribute fault_code.
-
#label_group_arn ⇒ ::String
Returns the value of attribute label_group_arn.
-
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
-
#label_id ⇒ ::String
Returns the value of attribute label_id.
-
#rating ⇒ "ANOMALY", ...
Returns the value of attribute rating.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
614 615 616 |
# File 'sig/types.rbs', line 614 def created_at @created_at end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
610 611 612 |
# File 'sig/types.rbs', line 610 def end_time @end_time end |
#equipment ⇒ ::String
Returns the value of attribute equipment.
613 614 615 |
# File 'sig/types.rbs', line 613 def equipment @equipment end |
#fault_code ⇒ ::String
Returns the value of attribute fault_code.
612 613 614 |
# File 'sig/types.rbs', line 612 def fault_code @fault_code end |
#label_group_arn ⇒ ::String
Returns the value of attribute label_group_arn.
608 609 610 |
# File 'sig/types.rbs', line 608 def label_group_arn @label_group_arn end |
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
606 607 608 |
# File 'sig/types.rbs', line 606 def label_group_name @label_group_name end |
#label_id ⇒ ::String
Returns the value of attribute label_id.
607 608 609 |
# File 'sig/types.rbs', line 607 def label_id @label_id end |
#rating ⇒ "ANOMALY", ...
Returns the value of attribute rating.
611 612 613 |
# File 'sig/types.rbs', line 611 def @rating end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
609 610 611 |
# File 'sig/types.rbs', line 609 def start_time @start_time end |