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

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

A summary of the items in the label group.

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.

Returns:



3172
3173
3174
3175
3176
3177
# File 'gems/aws-sdk-lookoutequipment/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 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3172

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