Class: Aws::Types::HoursOfOperation
- Inherits:
-
Object
- Object
- Aws::Types::HoursOfOperation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config ⇒ ::Array[Types::HoursOfOperationConfig]
Returns the value of attribute config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#hours_of_operation_arn ⇒ ::String
Returns the value of attribute hours_of_operation_arn.
-
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
-
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_hours_of_operations ⇒ ::Array[Types::HoursOfOperationsIdentifier]
Returns the value of attribute parent_hours_of_operations.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
Instance Attribute Details
#config ⇒ ::Array[Types::HoursOfOperationConfig]
Returns the value of attribute config.
4552 4553 4554 |
# File 'sig/types.rbs', line 4552 def config @config end |
#description ⇒ ::String
Returns the value of attribute description.
4550 4551 4552 |
# File 'sig/types.rbs', line 4550 def description @description end |
#hours_of_operation_arn ⇒ ::String
Returns the value of attribute hours_of_operation_arn.
4548 4549 4550 |
# File 'sig/types.rbs', line 4548 def hours_of_operation_arn @hours_of_operation_arn end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
4547 4548 4549 |
# File 'sig/types.rbs', line 4547 def hours_of_operation_id @hours_of_operation_id end |
#last_modified_region ⇒ ::String
Returns the value of attribute last_modified_region.
4556 4557 4558 |
# File 'sig/types.rbs', line 4556 def last_modified_region @last_modified_region end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4555 4556 4557 |
# File 'sig/types.rbs', line 4555 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
4549 4550 4551 |
# File 'sig/types.rbs', line 4549 def name @name end |
#parent_hours_of_operations ⇒ ::Array[Types::HoursOfOperationsIdentifier]
Returns the value of attribute parent_hours_of_operations.
4553 4554 4555 |
# File 'sig/types.rbs', line 4553 def parent_hours_of_operations @parent_hours_of_operations end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
4554 4555 4556 |
# File 'sig/types.rbs', line 4554 def end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
4551 4552 4553 |
# File 'sig/types.rbs', line 4551 def time_zone @time_zone end |