Class: Aws::Types::ValidityPeriod
- Inherits:
-
Object
- Object
- Aws::Types::ValidityPeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#period ⇒ ::Integer
Returns the value of attribute period.
-
#period_type ⇒ "HOURS", ...
Returns the value of attribute period_type.
Instance Attribute Details
#period ⇒ ::Integer
Returns the value of attribute period.
691 692 693 |
# File 'sig/types.rbs', line 691 def period @period end |
#period_type ⇒ "HOURS", ...
Returns the value of attribute period_type.
692 693 694 |
# File 'sig/types.rbs', line 692 def period_type @period_type end |