Class: Aws::LookoutEquipment::Types::ListLabelGroupsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#label_group_name_begins_withString

The beginning of the name of the label groups to be listed.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
# File 'gems/aws-sdk-lookoutequipment/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_resultsInteger

Specifies the maximum number of label groups to list.

Returns:

  • (Integer)


3084
3085
3086
3087
3088
3089
3090
# File 'gems/aws-sdk-lookoutequipment/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_tokenString

An opaque pagination token indicating where to continue the listing of label groups.

Returns:

  • (String)


3084
3085
3086
3087
3088
3089
3090
# File 'gems/aws-sdk-lookoutequipment/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