Class: Aws::LookoutEquipment::Types::DeleteLabelGroupRequest

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

#label_group_nameString

The name of the label group that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data.

Returns:

  • (String)


818
819
820
821
822
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 818

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