Struct aws_sdk_ec2::output::DescribeVolumeAttributeOutput
source · #[non_exhaustive]pub struct DescribeVolumeAttributeOutput { /* private fields */ }
Implementations§
source§impl DescribeVolumeAttributeOutput
impl DescribeVolumeAttributeOutput
sourcepub fn auto_enable_io(&self) -> Option<&AttributeBooleanValue>
pub fn auto_enable_io(&self) -> Option<&AttributeBooleanValue>
The state of autoEnableIO
attribute.
sourcepub fn product_codes(&self) -> Option<&[ProductCode]>
pub fn product_codes(&self) -> Option<&[ProductCode]>
A list of product codes.
source§impl DescribeVolumeAttributeOutput
impl DescribeVolumeAttributeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeVolumeAttributeOutput
.
Trait Implementations§
source§impl Clone for DescribeVolumeAttributeOutput
impl Clone for DescribeVolumeAttributeOutput
source§fn clone(&self) -> DescribeVolumeAttributeOutput
fn clone(&self) -> DescribeVolumeAttributeOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeVolumeAttributeOutput> for DescribeVolumeAttributeOutput
impl PartialEq<DescribeVolumeAttributeOutput> for DescribeVolumeAttributeOutput
source§fn eq(&self, other: &DescribeVolumeAttributeOutput) -> bool
fn eq(&self, other: &DescribeVolumeAttributeOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.