#[non_exhaustive]pub struct GetSupportedResourceTypesOutput { /* private fields */ }
Implementations§
source§impl 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
source§impl GetSupportedResourceTypesOutput
impl GetSupportedResourceTypesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSupportedResourceTypesOutput
.
Trait Implementations§
source§impl Clone for GetSupportedResourceTypesOutput
impl Clone for GetSupportedResourceTypesOutput
source§fn clone(&self) -> GetSupportedResourceTypesOutput
fn clone(&self) -> GetSupportedResourceTypesOutput
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 more