Class: Aws::EC2::Types::GetConsoleScreenshotResult

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

Overview

Contains the output of the request.

Instance Attribute Summary collapse

Instance Attribute Details

#image_dataString

The data that comprises the image.

Returns:

  • (String)


13033
13034
13035
13036
13037
# File 'lib/aws-sdk-ec2/types.rb', line 13033

class GetConsoleScreenshotResult < Struct.new(
  :image_data,
  :instance_id)
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


13033
13034
13035
13036
13037
# File 'lib/aws-sdk-ec2/types.rb', line 13033

class GetConsoleScreenshotResult < Struct.new(
  :image_data,
  :instance_id)
  include Aws::Structure
end