Class: Aws::EC2::Types::GetConsoleOutputResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetConsoleOutputResult
- Defined in:
- gems/aws-sdk-ec2/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.
35052 35053 35054 35055 35056 35057 35058 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35052 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.
35052 35053 35054 35055 35056 35057 35058 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35052 class GetConsoleOutputResult < Struct.new( :instance_id, :timestamp, :output) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The time at which the output was last updated.
35052 35053 35054 35055 35056 35057 35058 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 35052 class GetConsoleOutputResult < Struct.new( :instance_id, :timestamp, :output) SENSITIVE = [] include Aws::Structure end |