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.
10022 10023 10024 |
# File 'sig/types.rbs', line 10022 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
10020 10021 10022 |
# File 'sig/types.rbs', line 10020 def instance_id @instance_id end |
#latest ⇒ Boolean
Returns the value of attribute latest.
10021 10022 10023 |
# File 'sig/types.rbs', line 10021 def latest @latest end |