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)


10621
10622
10623
10624
10625
# File 'lib/aws-sdk-ec2/types.rb', line 10621

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