Class: Aws::LookoutEquipment::Types::DescribeLabelRequest

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_group_nameString

Returns the name of the group containing the label.

Returns:

  • (String)


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_idString

Returns the ID of the label.

Returns:

  • (String)


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