Class: Aws::LookoutEquipment::Types::ListLabelsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ListLabelsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#equipment ⇒ String
Lists the labels that pertain to a particular piece of equipment.
-
#fault_code ⇒ String
Returns labels with a particular fault code.
-
#interval_end_time ⇒ Time
Returns all labels with a start time earlier than the end time given.
-
#interval_start_time ⇒ Time
Returns all the labels with a end time equal to or later than the start time given.
-
#label_group_name ⇒ String
Returns the name of the label group.
-
#max_results ⇒ Integer
Specifies the maximum number of labels to list.
-
#next_token ⇒ String
An opaque pagination token indicating where to continue the listing of label groups.
Instance Attribute Details
#equipment ⇒ String
Lists the labels that pertain to a particular piece of equipment.
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 |
# File '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_code ⇒ String
Returns labels with a particular fault code.
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 |
# File '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_time ⇒ Time
Returns all labels with a start time earlier than the end time given.
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 |
# File '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_time ⇒ Time
Returns all the labels with a end time equal to or later than the start time given.
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 |
# File '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_name ⇒ String
Returns the name of the label group.
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 |
# File '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_results ⇒ Integer
Specifies the maximum number of labels to list.
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 |
# File '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_token ⇒ String
An opaque pagination token indicating where to continue the listing of label groups.
3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 |
# File '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 |