Class: Aws::Types::SendDiagnosticInterruptRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendDiagnosticInterruptRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
17040 17041 17042 |
# File 'sig/types.rbs', line 17040 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
17039 17040 17041 |
# File 'sig/types.rbs', line 17039 def instance_id @instance_id end |