Class: Aws::Types::GetCalendarStateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCalendarStateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#at_time ⇒ ::String
Returns the value of attribute at_time.
-
#calendar_names ⇒ ::Array[::String]
Returns the value of attribute calendar_names.
Instance Attribute Details
#at_time ⇒ ::String
Returns the value of attribute at_time.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def at_time @at_time end |
#calendar_names ⇒ ::Array[::String]
Returns the value of attribute calendar_names.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def calendar_names @calendar_names end |