Class: RightAws::Ec2::QEc2GetConsoleOutputResponseType
- Inherits:
-
Object
- Object
- RightAws::Ec2::QEc2GetConsoleOutputResponseType
- Defined in:
- lib/ec2/right_ec2.rb
Overview
PARSERS: Console
Instance Attribute Summary collapse
-
#instanceId ⇒ Object
Returns the value of attribute instanceId.
-
#output ⇒ Object
Returns the value of attribute output.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
Instance Attribute Details
#instanceId ⇒ Object
Returns the value of attribute instanceId.
1131 1132 1133 |
# File 'lib/ec2/right_ec2.rb', line 1131 def instanceId @instanceId end |
#output ⇒ Object
Returns the value of attribute output.
1133 1134 1135 |
# File 'lib/ec2/right_ec2.rb', line 1133 def output @output end |
#timestamp ⇒ Object
Returns the value of attribute timestamp.
1132 1133 1134 |
# File 'lib/ec2/right_ec2.rb', line 1132 def @timestamp end |