Class: Aws::Types::ClosedDaysRule
- Inherits:
-
Object
- Object
- Aws::Types::ClosedDaysRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
Instance Attribute Details
#end_date_time ⇒ ::String
Returns the value of attribute end_date_time.
3418 3419 3420 |
# File 'sig/types.rbs', line 3418 def end_date_time @end_date_time end |
#name ⇒ ::String
Returns the value of attribute name.
3416 3417 3418 |
# File 'sig/types.rbs', line 3416 def name @name end |
#start_date_time ⇒ ::String
Returns the value of attribute start_date_time.
3417 3418 3419 |
# File 'sig/types.rbs', line 3417 def start_date_time @start_date_time end |