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.
14099 14100 14101 |
# File 'sig/types.rbs', line 14099 def dry_run @dry_run end |
#instance_event_id ⇒ ::String
Returns the value of attribute instance_event_id.
14101 14102 14103 |
# File 'sig/types.rbs', line 14101 def instance_event_id @instance_event_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
14100 14101 14102 |
# File 'sig/types.rbs', line 14100 def instance_id @instance_id end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
14102 14103 14104 |
# File 'sig/types.rbs', line 14102 def not_before @not_before end |