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.
9156 9157 9158 9159 9160 |
# File 'lib/aws-sdk-ec2/types.rb', line 9156 class CreateImageResult < Struct.new( :image_id) SENSITIVE = [] include Aws::Structure end |