Class: Aws::LookoutEquipment::Types::DeleteLabelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DeleteLabelRequest
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_group_name ⇒ String
The name of the label group that contains the label that you want to delete.
-
#label_id ⇒ String
The ID of the label that you want to delete.
Instance Attribute Details
#label_group_name ⇒ String
The name of the label group that contains the label that you want to delete. Data in this field will be retained for service usage. Follow best practices for the security of your data.
805 806 807 808 809 810 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 805 class DeleteLabelRequest < Struct.new( :label_group_name, :label_id) SENSITIVE = [] include Aws::Structure end |
#label_id ⇒ String
The ID of the label that you want to delete.
805 806 807 808 809 810 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 805 class DeleteLabelRequest < Struct.new( :label_group_name, :label_id) SENSITIVE = [] include Aws::Structure end |