Class: Aws::LookoutEquipment::Types::DeleteLabelGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DeleteLabelGroupRequest
- Includes:
- Structure
- Defined in:
- 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 you want to delete.
Instance Attribute Details
#label_group_name ⇒ String
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.
818 819 820 821 822 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 818 class DeleteLabelGroupRequest < Struct.new( :label_group_name) SENSITIVE = [] include Aws::Structure end |