Class: Aws::Types::GetConsoleOutputRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetConsoleOutputRequest
- 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.
-
#latest ⇒ Boolean
Returns the value of attribute latest.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9797 9798 9799 |
# File 'sig/types.rbs', line 9797 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9795 9796 9797 |
# File 'sig/types.rbs', line 9795 def instance_id @instance_id end |
#latest ⇒ Boolean
Returns the value of attribute latest.
9796 9797 9798 |
# File 'sig/types.rbs', line 9796 def latest @latest end |