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.
63992 63993 63994 63995 63996 |
# File 'lib/aws-sdk-ec2/types.rb', line 63992 class Storage < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |