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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 'lib/aws-sdk-lookoutequipment/types.rb', line 411

class CreateLabelResponse < Struct.new(
  :label_id)
  SENSITIVE = []
  include Aws::Structure
end