Class: Aws::LookoutEquipment::Types::CreateLabelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#label_idString

The ID of the label that you have created.

Returns:

  • (String)


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