Struct aws_sdk_ec2::model::EbsInfo [−][src]
#[non_exhaustive]pub struct EbsInfo {
pub ebs_optimized_support: Option<EbsOptimizedSupport>,
pub encryption_support: Option<EbsEncryptionSupport>,
pub ebs_optimized_info: Option<EbsOptimizedInfo>,
pub nvme_support: Option<EbsNvmeSupport>,
}
Expand description
Describes the Amazon EBS features supported by the instance type.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.ebs_optimized_support: Option<EbsOptimizedSupport>
Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.
encryption_support: Option<EbsEncryptionSupport>
Indicates whether Amazon EBS encryption is supported.
ebs_optimized_info: Option<EbsOptimizedInfo>
Describes the optimized EBS performance for the instance type.
nvme_support: Option<EbsNvmeSupport>
Indicates whether non-volatile memory express (NVMe) is supported.
Implementations
Indicates whether the instance type is Amazon EBS-optimized. For more information, see Amazon EBS-optimized instances in Amazon EC2 User Guide.
Indicates whether Amazon EBS encryption is supported.
Describes the optimized EBS performance for the instance type.
Indicates whether non-volatile memory express (NVMe) is supported.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EbsInfo
impl UnwindSafe for EbsInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more