Class: Aws::LookoutEquipment::Types::ListLabelGroupsResponse

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

A summary of the label groups.

Returns:



2999
3000
3001
3002
3003
3004
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2999

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

#next_tokenString

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

Returns:

  • (String)


2999
3000
3001
3002
3003
3004
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2999

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