Class: Aws::EC2::Types::CreateStoreImageTaskResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateStoreImageTaskResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#object_key ⇒ String
The name of the stored AMI object in the S3 bucket.
Instance Attribute Details
#object_key ⇒ String
The name of the stored AMI object in the S3 bucket.
11719 11720 11721 11722 11723 |
# File 'lib/aws-sdk-ec2/types.rb', line 11719 class CreateStoreImageTaskResult < Struct.new( :object_key) SENSITIVE = [] include Aws::Structure end |