Class: Aws::LookoutEquipment::Types::DescribeLabelGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DescribeLabelGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_group_name ⇒ String
Returns the name of the label group.
Instance Attribute Details
#label_group_name ⇒ String
Returns the name of the label group.
1206 1207 1208 1209 1210 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1206 class DescribeLabelGroupRequest < Struct.new( :label_group_name) SENSITIVE = [] include Aws::Structure end |