Class: Aws::EC2::Types::Storage
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Storage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the storage location for an instance store-backed AMI.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3 ⇒ Types::S3Storage
An Amazon S3 storage location.
Instance Attribute Details
#s3 ⇒ Types::S3Storage
An Amazon S3 storage location.
69742 69743 69744 69745 69746 |
# File 'lib/aws-sdk-ec2/types.rb', line 69742 class Storage < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |