Class: Aws::LookoutEquipment::Types::ListLabelsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListLabelsResponse
- Includes:
- Structure
- Defined in:
- 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.
<note markdown=“1”> If you don’t supply the ‘LabelGroupName` request parameter, or if you supply the name of a label group that doesn’t exist, ‘ListLabels` returns an empty array in `LabelSummaries`.
</note>
3172 3173 3174 3175 3176 3177 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3172 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.
3172 3173 3174 3175 3176 3177 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3172 class ListLabelsResponse < Struct.new( :next_token, :label_summaries) SENSITIVE = [] include Aws::Structure end |