Class: Aws::LookoutEquipment::Types::ListLabelsRequest

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

#equipmentString

Lists the labels that pertain to a particular piece of equipment.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3143

class ListLabelsRequest < Struct.new(
  :label_group_name,
  :interval_start_time,
  :interval_end_time,
  :fault_code,
  :equipment,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#fault_codeString

Returns labels with a particular fault code.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3143

class ListLabelsRequest < Struct.new(
  :label_group_name,
  :interval_start_time,
  :interval_end_time,
  :fault_code,
  :equipment,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#interval_end_timeTime

Returns all labels with a start time earlier than the end time given.

Returns:

  • (Time)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3143

class ListLabelsRequest < Struct.new(
  :label_group_name,
  :interval_start_time,
  :interval_end_time,
  :fault_code,
  :equipment,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#interval_start_timeTime

Returns all the labels with a end time equal to or later than the start time given.

Returns:

  • (Time)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3143

class ListLabelsRequest < Struct.new(
  :label_group_name,
  :interval_start_time,
  :interval_end_time,
  :fault_code,
  :equipment,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#label_group_nameString

Returns the name of the label group.

Returns:

  • (String)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3143

class ListLabelsRequest < Struct.new(
  :label_group_name,
  :interval_start_time,
  :interval_end_time,
  :fault_code,
  :equipment,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

Specifies the maximum number of labels to list.

Returns:

  • (Integer)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3143

class ListLabelsRequest < Struct.new(
  :label_group_name,
  :interval_start_time,
  :interval_end_time,
  :fault_code,
  :equipment,
  :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)


3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 3143

class ListLabelsRequest < Struct.new(
  :label_group_name,
  :interval_start_time,
  :interval_end_time,
  :fault_code,
  :equipment,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end