Class: Aws::Types::CreateHoursOfOperationOverrideRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateHoursOfOperationOverrideRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config ⇒ ::Array[Types::HoursOfOperationOverrideConfig]
Returns the value of attribute config.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#effective_from ⇒ ::String
Returns the value of attribute effective_from.
-
#effective_till ⇒ ::String
Returns the value of attribute effective_till.
-
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#override_type ⇒ "STANDARD", ...
Returns the value of attribute override_type.
-
#recurrence_config ⇒ Types::RecurrenceConfig
Returns the value of attribute recurrence_config.
Instance Attribute Details
#config ⇒ ::Array[Types::HoursOfOperationOverrideConfig]
Returns the value of attribute config.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def config @config end |
#description ⇒ ::String
Returns the value of attribute description.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def description @description end |
#effective_from ⇒ ::String
Returns the value of attribute effective_from.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def effective_from @effective_from end |
#effective_till ⇒ ::String
Returns the value of attribute effective_till.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def effective_till @effective_till end |
#hours_of_operation_id ⇒ ::String
Returns the value of attribute hours_of_operation_id.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def hours_of_operation_id @hours_of_operation_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def name @name end |
#override_type ⇒ "STANDARD", ...
Returns the value of attribute override_type.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def override_type @override_type end |
#recurrence_config ⇒ Types::RecurrenceConfig
Returns the value of attribute recurrence_config.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def recurrence_config @recurrence_config end |