Class: Aws::Backup::Types::GetSupportedResourceTypesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetSupportedResourceTypesOutput
- Defined in:
- gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_types ⇒ Array<String>
Contains a string with the supported Amazon Web Services resource types:.
Instance Attribute Details
#resource_types ⇒ Array<String>
Contains a string with the supported Amazon Web Services resource types:
Aurora
for Amazon AuroraCloudFormation
for CloudFormationDocumentDB
for Amazon DocumentDB (with MongoDB compatibility)DynamoDB
for Amazon DynamoDBEBS
for Amazon Elastic Block StoreEC2
for Amazon Elastic Compute CloudEFS
for Amazon Elastic File SystemFSx
for Amazon FSxNeptune
for Amazon NeptuneRDS
for Amazon Relational Database ServiceRedshift
for Amazon RedshiftS3
for Amazon Simple Storage Service (Amazon S3)SAP HANA on Amazon EC2
for SAP HANA databases on Amazon Elastic Compute Cloud instancesStorage Gateway
for Storage GatewayTimestream
for Amazon TimestreamVirtualMachine
for VMware virtual machines
4171 4172 4173 4174 4175 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4171 class GetSupportedResourceTypesOutput < Struct.new( :resource_types) SENSITIVE = [] include Aws::Structure end |