Class: Aws::Types::ListHoursOfOperationOverridesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListHoursOfOperationOverridesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#hours_of_operation_override_list ⇒ ::Array[Types::HoursOfOperationOverride]
Returns the value of attribute hours_of_operation_override_list.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#hours_of_operation_override_list ⇒ ::Array[Types::HoursOfOperationOverride]
Returns the value of attribute hours_of_operation_override_list.
5073 5074 5075 |
# File 'sig/types.rbs', line 5073 def hours_of_operation_override_list @hours_of_operation_override_list end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
5074 5075 5076 |
# File 'sig/types.rbs', line 5074 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5075 5076 5077 |
# File 'sig/types.rbs', line 5075 def last_modified_time @last_modified_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5072 5073 5074 |
# File 'sig/types.rbs', line 5072 def next_token @next_token end |