Class: Aws::EC2::Types::CreateStoreImageTaskResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#object_keyString

The name of the stored AMI object in the S3 bucket.

Returns:

  • (String)


11744
11745
11746
11747
11748
# File 'lib/aws-sdk-ec2/types.rb', line 11744

class CreateStoreImageTaskResult < Struct.new(
  :object_key)
  SENSITIVE = []
  include Aws::Structure
end