Class: Aws::Types::GetConsoleScreenshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetConsoleScreenshotRequest
- 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.
-
#wake_up ⇒ Boolean
Returns the value of attribute wake_up.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10034 10035 10036 |
# File 'sig/types.rbs', line 10034 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
10035 10036 10037 |
# File 'sig/types.rbs', line 10035 def instance_id @instance_id end |
#wake_up ⇒ Boolean
Returns the value of attribute wake_up.
10036 10037 10038 |
# File 'sig/types.rbs', line 10036 def wake_up @wake_up end |