#[non_exhaustive]pub struct DescribeSnapshotAttributeOutput { /* private fields */ }
Implementations§
source§impl DescribeSnapshotAttributeOutput
impl DescribeSnapshotAttributeOutput
sourcepub fn create_volume_permissions(&self) -> Option<&[CreateVolumePermission]>
pub fn create_volume_permissions(&self) -> Option<&[CreateVolumePermission]>
The users and groups that have the permissions for creating volumes from the snapshot.
sourcepub fn product_codes(&self) -> Option<&[ProductCode]>
pub fn product_codes(&self) -> Option<&[ProductCode]>
The product codes.
sourcepub fn snapshot_id(&self) -> Option<&str>
pub fn snapshot_id(&self) -> Option<&str>
The ID of the EBS snapshot.
source§impl DescribeSnapshotAttributeOutput
impl DescribeSnapshotAttributeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSnapshotAttributeOutput
.
Trait Implementations§
source§impl Clone for DescribeSnapshotAttributeOutput
impl Clone for DescribeSnapshotAttributeOutput
source§fn clone(&self) -> DescribeSnapshotAttributeOutput
fn clone(&self) -> DescribeSnapshotAttributeOutput
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<DescribeSnapshotAttributeOutput> for DescribeSnapshotAttributeOutput
impl PartialEq<DescribeSnapshotAttributeOutput> for DescribeSnapshotAttributeOutput
source§fn eq(&self, other: &DescribeSnapshotAttributeOutput) -> bool
fn eq(&self, other: &DescribeSnapshotAttributeOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.