Class: Aws::Types::DescribeLabelResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLabelResponse
- 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.
-
#notes ⇒ ::String
Returns the value of attribute notes.
-
#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.
315 316 317 |
# File 'sig/types.rbs', line 315 def created_at @created_at end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
310 311 312 |
# File 'sig/types.rbs', line 310 def end_time @end_time end |
#equipment ⇒ ::String
Returns the value of attribute equipment.
314 315 316 |
# File 'sig/types.rbs', line 314 def equipment @equipment end |
#fault_code ⇒ ::String
Returns the value of attribute fault_code.
312 313 314 |
# File 'sig/types.rbs', line 312 def fault_code @fault_code end |
#label_group_arn ⇒ ::String
Returns the value of attribute label_group_arn.
307 308 309 |
# File 'sig/types.rbs', line 307 def label_group_arn @label_group_arn end |
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
306 307 308 |
# File 'sig/types.rbs', line 306 def label_group_name @label_group_name end |
#label_id ⇒ ::String
Returns the value of attribute label_id.
308 309 310 |
# File 'sig/types.rbs', line 308 def label_id @label_id end |
#notes ⇒ ::String
Returns the value of attribute notes.
313 314 315 |
# File 'sig/types.rbs', line 313 def notes @notes end |
#rating ⇒ "ANOMALY", ...
Returns the value of attribute rating.
311 312 313 |
# File 'sig/types.rbs', line 311 def @rating end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
309 310 311 |
# File 'sig/types.rbs', line 309 def start_time @start_time end |