Class: Aws::Types::PreviewOverride
- Inherits:
-
Object
- Object
- Aws::Types::PreviewOverride
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#new_members ⇒ ::Array[::String]
Returns the value of attribute new_members.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
523 524 525 |
# File 'sig/types.rbs', line 523 def end_time @end_time end |
#new_members ⇒ ::Array[::String]
Returns the value of attribute new_members.
521 522 523 |
# File 'sig/types.rbs', line 521 def new_members @new_members end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
522 523 524 |
# File 'sig/types.rbs', line 522 def start_time @start_time end |