Class: Aws::LookoutEquipment::Types::ListLabelsResponse

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_summariesArray<Types::LabelSummary>

A summary of the items in the label group.

<note markdown=“1”> If you don’t supply the ‘LabelGroupName` request parameter, or if you supply the name of a label group that doesn’t exist, ‘ListLabels` returns an empty array in `LabelSummaries`.

</note>

Returns:



3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3172

class ListLabelsResponse < Struct.new(
  :next_token,
  :label_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An opaque pagination token indicating where to continue the listing of datasets.

Returns:

  • (String)


3172
3173
3174
3175
3176
3177
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3172

class ListLabelsResponse < Struct.new(
  :next_token,
  :label_summaries)
  SENSITIVE = []
  include Aws::Structure
end