Class: Aws::LookoutEquipment::Types::ListLabelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListLabelsResponse
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_summaries ⇒ Array<Types::LabelSummary>
A summary of the items in the label group.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of datasets.
Instance Attribute Details
#label_summaries ⇒ Array<Types::LabelSummary>
A summary of the items in the label group.
2278 2279 2280 2281 2282 2283 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2278 class ListLabelsResponse < Struct.new( :next_token, :label_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of datasets.
2278 2279 2280 2281 2282 2283 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2278 class ListLabelsResponse < Struct.new( :next_token, :label_summaries) SENSITIVE = [] include Aws::Structure end |