Class: Aws::Types::CreateLabelRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateLabelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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_name ⇒ ::String
Returns the value of attribute label_group_name.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
93 94 95 |
# File 'sig/types.rbs', line 93 def client_token @client_token end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
88 89 90 |
# File 'sig/types.rbs', line 88 def end_time @end_time end |
#equipment ⇒ ::String
Returns the value of attribute equipment.
92 93 94 |
# File 'sig/types.rbs', line 92 def equipment @equipment end |
#fault_code ⇒ ::String
Returns the value of attribute fault_code.
90 91 92 |
# File 'sig/types.rbs', line 90 def fault_code @fault_code end |
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
86 87 88 |
# File 'sig/types.rbs', line 86 def label_group_name @label_group_name end |
#notes ⇒ ::String
Returns the value of attribute notes.
91 92 93 |
# File 'sig/types.rbs', line 91 def notes @notes end |
#rating ⇒ "ANOMALY", ...
Returns the value of attribute rating.
89 90 91 |
# File 'sig/types.rbs', line 89 def end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
87 88 89 |
# File 'sig/types.rbs', line 87 def start_time @start_time end |