Class: Aws::LookoutEquipment::Types::ListLabelGroupsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListLabelGroupsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#label_group_name_begins_with ⇒ String
The beginning of the name of the label groups to be listed.
-
#max_results ⇒ Integer
Specifies the maximum number of label groups to list.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of label groups.
Instance Attribute Details
#label_group_name_begins_with ⇒ String
The beginning of the name of the label groups to be listed.
3084 3085 3086 3087 3088 3089 3090 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3084 class ListLabelGroupsRequest < Struct.new( :label_group_name_begins_with, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Specifies the maximum number of label groups to list.
3084 3085 3086 3087 3088 3089 3090 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3084 class ListLabelGroupsRequest < Struct.new( :label_group_name_begins_with, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of label groups.
3084 3085 3086 3087 3088 3089 3090 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3084 class ListLabelGroupsRequest < Struct.new( :label_group_name_begins_with, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |