Class: Aws::LookoutEquipment::Types::ListLabelGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListLabelGroupsResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_group_summaries ⇒ Array<Types::LabelGroupSummary>
A summary of the label groups.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of label groups.
Instance Attribute Details
#label_group_summaries ⇒ Array<Types::LabelGroupSummary>
A summary of the label groups.
2999 3000 3001 3002 3003 3004 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2999 class ListLabelGroupsResponse < Struct.new( :next_token, :label_group_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of label groups.
2999 3000 3001 3002 3003 3004 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2999 class ListLabelGroupsResponse < Struct.new( :next_token, :label_group_summaries) SENSITIVE = [] include Aws::Structure end |