Class: Aws::Types::CreateHoursOfOperationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHoursOfOperationRequest
- 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.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parent_hours_of_operation_configs ⇒ ::Array[Types::ParentHoursOfOperationConfig]
Returns the value of attribute parent_hours_of_operation_configs.
-
#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.
1554 1555 1556 |
# File 'sig/types.rbs', line 1554 def config @config end |
#description ⇒ ::String
Returns the value of attribute description.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def name @name end |
#parent_hours_of_operation_configs ⇒ ::Array[Types::ParentHoursOfOperationConfig]
Returns the value of attribute parent_hours_of_operation_configs.
1555 1556 1557 |
# File 'sig/types.rbs', line 1555 def parent_hours_of_operation_configs @parent_hours_of_operation_configs end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def @tags end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def time_zone @time_zone end |