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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#image_dataString

The data that comprises the image.

Returns:

  • (String)


19822
19823
19824
19825
19826
# File 'lib/aws-sdk-ec2/types.rb', line 19822

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


19822
19823
19824
19825
19826
# File 'lib/aws-sdk-ec2/types.rb', line 19822

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