Class: Aws::Types::RestrictedPeriod
- Inherits:
-
Object
- Object
- Aws::Types::RestrictedPeriod
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_date ⇒ ::String
Returns the value of attribute end_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#start_date ⇒ ::String
Returns the value of attribute start_date.
Instance Attribute Details
#end_date ⇒ ::String
Returns the value of attribute end_date.
636 637 638 |
# File 'sig/types.rbs', line 636 def end_date @end_date end |
#name ⇒ ::String
Returns the value of attribute name.
634 635 636 |
# File 'sig/types.rbs', line 634 def name @name end |
#start_date ⇒ ::String
Returns the value of attribute start_date.
635 636 637 |
# File 'sig/types.rbs', line 635 def start_date @start_date end |