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)


19961
19962
19963
19964
19965
# File 'lib/aws-sdk-ec2/types.rb', line 19961

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


19961
19962
19963
19964
19965
# File 'lib/aws-sdk-ec2/types.rb', line 19961

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