#[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() -> DescribeVolumeAttributeOutputBuilder
pub fn builder() -> DescribeVolumeAttributeOutputBuilder
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 ==
.source§impl RequestId for DescribeVolumeAttributeOutput
impl RequestId for DescribeVolumeAttributeOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for DescribeVolumeAttributeOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeVolumeAttributeOutput
impl Send for DescribeVolumeAttributeOutput
impl Sync for DescribeVolumeAttributeOutput
impl Unpin for DescribeVolumeAttributeOutput
impl UnwindSafe for DescribeVolumeAttributeOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more