Class: Aws::Types::ModifyInstanceEventStartTimeRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceEventStartTimeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_event_id ⇒ ::String
Returns the value of attribute instance_event_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#not_before ⇒ ::Time
Returns the value of attribute not_before.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13778 13779 13780 |
# File 'sig/types.rbs', line 13778 def dry_run @dry_run end |
#instance_event_id ⇒ ::String
Returns the value of attribute instance_event_id.
13780 13781 13782 |
# File 'sig/types.rbs', line 13780 def instance_event_id @instance_event_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
13779 13780 13781 |
# File 'sig/types.rbs', line 13779 def instance_id @instance_id end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
13781 13782 13783 |
# File 'sig/types.rbs', line 13781 def not_before @not_before end |