Class: Aws::EC2::Types::CreateImageResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateImageResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_id ⇒ String
The ID of the new AMI.
Instance Attribute Details
#image_id ⇒ String
The ID of the new AMI.
8365 8366 8367 8368 8369 |
# File 'lib/aws-sdk-ec2/types.rb', line 8365 class CreateImageResult < Struct.new( :image_id) SENSITIVE = [] include Aws::Structure end |