Class: Aws::LookoutEquipment::Types::ListLabelGroupsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListLabelGroupsResponse
- Includes:
- Structure
- Defined in:
- 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.
3103 3104 3105 3106 3107 3108 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3103 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.
3103 3104 3105 3106 3107 3108 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3103 class ListLabelGroupsResponse < Struct.new( :next_token, :label_group_summaries) SENSITIVE = [] include Aws::Structure end |