Class: Aws::EC2::Types::GetConsoleOutputResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetConsoleOutputResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The ID of the instance.
-
#output ⇒ String
The console output, base64-encoded.
-
#timestamp ⇒ Time
The time at which the output was last updated.
Instance Attribute Details
#instance_id ⇒ String
The ID of the instance.
36907 36908 36909 36910 36911 36912 36913 |
# File 'lib/aws-sdk-ec2/types.rb', line 36907 class GetConsoleOutputResult < Struct.new( :instance_id, :timestamp, :output) SENSITIVE = [] include Aws::Structure end |
#output ⇒ String
The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.
36907 36908 36909 36910 36911 36912 36913 |
# File 'lib/aws-sdk-ec2/types.rb', line 36907 class GetConsoleOutputResult < Struct.new( :instance_id, :timestamp, :output) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The time at which the output was last updated.
36907 36908 36909 36910 36911 36912 36913 |
# File 'lib/aws-sdk-ec2/types.rb', line 36907 class GetConsoleOutputResult < Struct.new( :instance_id, :timestamp, :output) SENSITIVE = [] include Aws::Structure end |