Class: Aws::EC2::Types::Storage
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::Storage
- Defined in:
- gems/aws-sdk-ec2/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.
67911 67912 67913 67914 67915 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 67911 class Storage < Struct.new( :s3) SENSITIVE = [] include Aws::Structure end |