You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Storage as input to an Aws::Client method, you can use a vanilla 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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3Types::S3Storage

An Amazon S3 storage location.

Returns: