Class: Aws::EC2::Types::GetConsoleScreenshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetConsoleScreenshotResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_data ⇒ String
The data that comprises the image.
-
#instance_id ⇒ String
The ID of the instance.
Instance Attribute Details
#image_data ⇒ String
The data that comprises the image.
36236 36237 36238 36239 36240 36241 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36236 class GetConsoleScreenshotResult < Struct.new( :image_data, :instance_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
36236 36237 36238 36239 36240 36241 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36236 class GetConsoleScreenshotResult < Struct.new( :image_data, :instance_id) SENSITIVE = [] include Aws::Structure end |