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.
8527 8528 8529 8530 8531 |
# File 'lib/aws-sdk-ec2/types.rb', line 8527 class CreateImageResult < Struct.new( :image_id) SENSITIVE = [] include Aws::Structure end |