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.
13481 13482 13483 |
# File 'sig/types.rbs', line 13481 def dry_run @dry_run end |
#instance_event_id ⇒ ::String
Returns the value of attribute instance_event_id.
13483 13484 13485 |
# File 'sig/types.rbs', line 13483 def instance_event_id @instance_event_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
13482 13483 13484 |
# File 'sig/types.rbs', line 13482 def instance_id @instance_id end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
13484 13485 13486 |
# File 'sig/types.rbs', line 13484 def not_before @not_before end |