Class: Aws::Types::ListChildHoursOfOperationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListChildHoursOfOperationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_hours_of_operations_summary_list ⇒ ::Array[Types::HoursOfOperationsIdentifier]
Returns the value of attribute child_hours_of_operations_summary_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
#child_hours_of_operations_summary_list ⇒ ::Array[Types::HoursOfOperationsIdentifier]
Returns the value of attribute child_hours_of_operations_summary_list.
4921 4922 4923 |
# File 'sig/types.rbs', line 4921 def child_hours_of_operations_summary_list @child_hours_of_operations_summary_list end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
4923 4924 4925 |
# File 'sig/types.rbs', line 4923 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4922 4923 4924 |
# File 'sig/types.rbs', line 4922 def last_modified_time @last_modified_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4920 4921 4922 |
# File 'sig/types.rbs', line 4920 def next_token @next_token end |