Class: Aws::EC2::Types::GetConsoleScreenshotResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetConsoleScreenshotResult
- Includes:
- Structure
- Defined in:
- 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.
36951 36952 36953 36954 36955 36956 |
# File 'lib/aws-sdk-ec2/types.rb', line 36951 class GetConsoleScreenshotResult < Struct.new( :image_data, :instance_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
36951 36952 36953 36954 36955 36956 |
# File 'lib/aws-sdk-ec2/types.rb', line 36951 class GetConsoleScreenshotResult < Struct.new( :image_data, :instance_id) SENSITIVE = [] include Aws::Structure end |