Class: Aws::LookoutEquipment::Types::UpdateLabelGroupRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fault_codesArray<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.

Returns:

  • (Array<String>)


4444
4445
4446
4447
4448
4449
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4444

class UpdateLabelGroupRequest < Struct.new(
  :label_group_name,
  :fault_codes)
  SENSITIVE = []
  include Aws::Structure
end

#label_group_nameString

The name of the label group to be updated.

Returns:

  • (String)


4444
4445
4446
4447
4448
4449
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4444

class UpdateLabelGroupRequest < Struct.new(
  :label_group_name,
  :fault_codes)
  SENSITIVE = []
  include Aws::Structure
end