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.
14105 14106 14107 |
# File 'sig/types.rbs', line 14105 def dry_run @dry_run end |
#instance_event_id ⇒ ::String
Returns the value of attribute instance_event_id.
14107 14108 14109 |
# File 'sig/types.rbs', line 14107 def instance_event_id @instance_event_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
14106 14107 14108 |
# File 'sig/types.rbs', line 14106 def instance_id @instance_id end |
#not_before ⇒ ::Time
Returns the value of attribute not_before.
14108 14109 14110 |
# File 'sig/types.rbs', line 14108 def not_before @not_before end |