#[non_exhaustive]pub struct GetSupportedResourceTypesOutput { /* private fields */ }
Implementations
sourceimpl GetSupportedResourceTypesOutput
impl GetSupportedResourceTypesOutput
sourcepub fn resource_types(&self) -> Option<&[String]>
pub fn resource_types(&self) -> Option<&[String]>
Contains a string with the supported Amazon Web Services resource types:
-
Aurora
for Amazon Aurora -
DynamoDB
for Amazon DynamoDB -
EBS
for Amazon Elastic Block Store -
EC2
for Amazon Elastic Compute Cloud -
EFS
for Amazon Elastic File System -
FSX
for Amazon FSx -
RDS
for Amazon Relational Database Service -
Storage Gateway
for Storage Gateway -
DocDB
for Amazon DocumentDB (with MongoDB compatibility) -
Neptune
for Amazon Neptune
sourceimpl GetSupportedResourceTypesOutput
impl GetSupportedResourceTypesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSupportedResourceTypesOutput
.
Trait Implementations
sourceimpl Clone for GetSupportedResourceTypesOutput
impl Clone for GetSupportedResourceTypesOutput
sourcefn clone(&self) -> GetSupportedResourceTypesOutput
fn clone(&self) -> GetSupportedResourceTypesOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<GetSupportedResourceTypesOutput> for GetSupportedResourceTypesOutput
impl PartialEq<GetSupportedResourceTypesOutput> for GetSupportedResourceTypesOutput
sourcefn eq(&self, other: &GetSupportedResourceTypesOutput) -> bool
fn eq(&self, other: &GetSupportedResourceTypesOutput) -> bool
impl StructuralPartialEq for GetSupportedResourceTypesOutput
Auto Trait Implementations
impl RefUnwindSafe for GetSupportedResourceTypesOutput
impl Send for GetSupportedResourceTypesOutput
impl Sync for GetSupportedResourceTypesOutput
impl Unpin for GetSupportedResourceTypesOutput
impl UnwindSafe for GetSupportedResourceTypesOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more