EbsInfo
public struct EbsInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes the optimized EBS performance for the instance type.
Declaration
Swift
public let ebsOptimizedInfo: EbsOptimizedInfo?
-
Indicates that the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-Optimized Instances in Amazon EC2 User Guide for Linux Instances.
Declaration
Swift
public let ebsOptimizedSupport: EbsOptimizedSupport?
-
Indicates whether Amazon EBS encryption is supported.
Declaration
Swift
public let encryptionSupport: EbsEncryptionSupport?
-
Indicates whether non-volatile memory express (NVMe) is supported.
Declaration
Swift
public let nvmeSupport: EbsNvmeSupport?
-
Undocumented
Declaration
Swift
public init(ebsOptimizedInfo: EbsOptimizedInfo? = nil, ebsOptimizedSupport: EbsOptimizedSupport? = nil, encryptionSupport: EbsEncryptionSupport? = nil, nvmeSupport: EbsNvmeSupport? = nil)