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

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

#image_dataString

The data that comprises the image.

Returns:

  • (String)


34206
34207
34208
34209
34210
34211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34206

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


34206
34207
34208
34209
34210
34211
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34206

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