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.
43021 43022 43023 43024 43025 43026 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43021 class GetConsoleScreenshotResult < Struct.new( :image_data, :instance_id) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance.
43021 43022 43023 43024 43025 43026 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43021 class GetConsoleScreenshotResult < Struct.new( :image_data, :instance_id) SENSITIVE = [] include Aws::Structure end |