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.
411 412 413 414 415 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 411 class CreateLabelResponse < Struct.new( :label_id) SENSITIVE = [] include Aws::Structure end |