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.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def config @config end |
#description ⇒ ::String
Returns the value of attribute description.
1573 1574 1575 |
# File 'sig/types.rbs', line 1573 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1571 1572 1573 |
# File 'sig/types.rbs', line 1571 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1572 1573 1574 |
# File 'sig/types.rbs', line 1572 def name @name end |
#parent_hours_of_operation_configs ⇒ ::Array[Types::ParentHoursOfOperationConfig]
Returns the value of attribute parent_hours_of_operation_configs.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def parent_hours_of_operation_configs @parent_hours_of_operation_configs end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def @tags end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def time_zone @time_zone end |