Class: Aws::EC2::Types::GetConsoleOutputResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance.

Returns:

  • (String)


19910
19911
19912
19913
19914
19915
# File 'lib/aws-sdk-ec2/types.rb', line 19910

class GetConsoleOutputResult < Struct.new(
  :instance_id,
  :output,
  :timestamp)
  include Aws::Structure
end

#outputString

The console output, base64-encoded. If you are using a command line tool, the tool decodes the output for you.

Returns:

  • (String)


19910
19911
19912
19913
19914
19915
# File 'lib/aws-sdk-ec2/types.rb', line 19910

class GetConsoleOutputResult < Struct.new(
  :instance_id,
  :output,
  :timestamp)
  include Aws::Structure
end

#timestampTime

The time at which the output was last updated.

Returns:

  • (Time)


19910
19911
19912
19913
19914
19915
# File 'lib/aws-sdk-ec2/types.rb', line 19910

class GetConsoleOutputResult < Struct.new(
  :instance_id,
  :output,
  :timestamp)
  include Aws::Structure
end