Class: Aws::Types::GetConsoleOutputResult
- Inherits:
-
Object
- Object
- Aws::Types::GetConsoleOutputResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#output ⇒ ::String
Returns the value of attribute output.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
10134 10135 10136 |
# File 'sig/types.rbs', line 10134 def instance_id @instance_id end |
#output ⇒ ::String
Returns the value of attribute output.
10136 10137 10138 |
# File 'sig/types.rbs', line 10136 def output @output end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
10135 10136 10137 |
# File 'sig/types.rbs', line 10135 def @timestamp end |