Class: Aws::Types::RestrictedPeriods
- Inherits:
-
Object
- Object
- Aws::Types::RestrictedPeriods
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: RestrictedPeriodList, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#restricted_period_list ⇒ ::Array[Types::RestrictedPeriod]
Returns the value of attribute restricted_period_list.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#restricted_period_list ⇒ ::Array[Types::RestrictedPeriod]
Returns the value of attribute restricted_period_list.
641 642 643 |
# File 'sig/types.rbs', line 641 def restricted_period_list @restricted_period_list end |
#unknown ⇒ Object
Returns the value of attribute unknown.
642 643 644 |
# File 'sig/types.rbs', line 642 def unknown @unknown end |