Class: Aws::EC2::Types::Storage

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

Overview

Note:

When making an API call, you may pass Storage data as a hash:

{
  s3: {
    aws_access_key_id: "String",
    bucket: "String",
    prefix: "String",
    upload_policy: "data",
    upload_policy_signature: "String",
  },
}

Describes the storage location for an instance store-backed AMI.

Instance Attribute Summary collapse

Instance Attribute Details

#s3Types::S3Storage

An Amazon S3 storage location.

Returns:



34982
34983
34984
34985
# File 'lib/aws-sdk-ec2/types.rb', line 34982

class Storage < Struct.new(
  :s3)
  include Aws::Structure
end