AWSEC2Storage
Objective-C
@interface AWSEC2Storage
Swift
class AWSEC2Storage
Describes the storage location for an instance store-backed AMI.
-
An Amazon S3 storage location.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2S3Storage *_Nullable s3;
Swift
var s3: AWSEC2S3Storage? { get set }