Class: Aws::LookoutEquipment::Types::CreateLabelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::CreateLabelResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_id ⇒ String
The ID of the label that you have created.
Instance Attribute Details
#label_id ⇒ String
The ID of the label that you have created.
386 387 388 389 390 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 386 class CreateLabelResponse < Struct.new( :label_id) SENSITIVE = [] include Aws::Structure end |