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.

Returns:



3062
3063
3064
3065
3066
3067
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3062

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)


3062
3063
3064
3065
3066
3067
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3062

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