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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_idString

The ID of the instance.

Returns:

  • (String)


34175
34176
34177
34178
34179
34180
34181
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34175

class GetConsoleOutputResult < Struct.new(
  :instance_id,
  :output,
  :timestamp)
  SENSITIVE = []
  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)


34175
34176
34177
34178
34179
34180
34181
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34175

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

#timestampTime

The time at which the output was last updated.

Returns:

  • (Time)


34175
34176
34177
34178
34179
34180
34181
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34175

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