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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


10722
10723
10724
10725
10726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10722

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