Class: Aws::LookoutEquipment::Types::UpdateLabelGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::UpdateLabelGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fault_codes ⇒ Array<String>
Updates the code indicating the type of anomaly associated with the label.
-
#label_group_name ⇒ String
The name of the label group to be updated.
Instance Attribute Details
#fault_codes ⇒ Array<String>
Updates the code indicating the type of anomaly associated with the label.
Data in this field will be retained for service usage. Follow best practices for the security of your data.
4444 4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4444 class UpdateLabelGroupRequest < Struct.new( :label_group_name, :fault_codes) SENSITIVE = [] include Aws::Structure end |
#label_group_name ⇒ String
The name of the label group to be updated.
4444 4445 4446 4447 4448 4449 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 4444 class UpdateLabelGroupRequest < Struct.new( :label_group_name, :fault_codes) SENSITIVE = [] include Aws::Structure end |