Class: Aws::Types::ListLabelsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListLabelsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#equipment ⇒ ::String
Returns the value of attribute equipment.
-
#fault_code ⇒ ::String
Returns the value of attribute fault_code.
-
#interval_end_time ⇒ ::Time
Returns the value of attribute interval_end_time.
-
#interval_start_time ⇒ ::Time
Returns the value of attribute interval_start_time.
-
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#equipment ⇒ ::String
Returns the value of attribute equipment.
728 729 730 |
# File 'sig/types.rbs', line 728 def equipment @equipment end |
#fault_code ⇒ ::String
Returns the value of attribute fault_code.
727 728 729 |
# File 'sig/types.rbs', line 727 def fault_code @fault_code end |
#interval_end_time ⇒ ::Time
Returns the value of attribute interval_end_time.
726 727 728 |
# File 'sig/types.rbs', line 726 def interval_end_time @interval_end_time end |
#interval_start_time ⇒ ::Time
Returns the value of attribute interval_start_time.
725 726 727 |
# File 'sig/types.rbs', line 725 def interval_start_time @interval_start_time end |
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
724 725 726 |
# File 'sig/types.rbs', line 724 def label_group_name @label_group_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
730 731 732 |
# File 'sig/types.rbs', line 730 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
729 730 731 |
# File 'sig/types.rbs', line 729 def next_token @next_token end |