Class: Aws::LookoutEquipment::Types::DescribeLabelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DescribeLabelRequest
- 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 group containing the label.
-
#label_id ⇒ String
Returns the ID of the label.
Instance Attribute Details
#label_group_name ⇒ String
Returns the name of the group containing the label.
1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1255 class DescribeLabelRequest < Struct.new( :label_group_name, :label_id) SENSITIVE = [] include Aws::Structure end |
#label_id ⇒ String
Returns the ID of the label.
1255 1256 1257 1258 1259 1260 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1255 class DescribeLabelRequest < Struct.new( :label_group_name, :label_id) SENSITIVE = [] include Aws::Structure end |