Class: Aws::Backup::Types::GetSupportedResourceTypesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetSupportedResourceTypesOutput
- Includes:
- Structure
- Defined in:
- 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:
-
Aurorafor Amazon Aurora -
CloudFormationfor CloudFormation -
DocumentDBfor Amazon DocumentDB (with MongoDB compatibility) -
DynamoDBfor Amazon DynamoDB -
EBSfor Amazon Elastic Block Store -
EC2for Amazon Elastic Compute Cloud -
EFSfor Amazon Elastic File System -
FSxfor Amazon FSx -
Neptunefor Amazon Neptune -
RDSfor Amazon Relational Database Service -
Redshiftfor Amazon Redshift -
S3for Amazon Simple Storage Service (Amazon S3) -
‘SAP HANA on Amazon EC2` for SAP HANA databases on Amazon Elastic Compute Cloud instances
-
‘Storage Gateway` for Storage Gateway
-
Timestreamfor Amazon Timestream -
VirtualMachinefor VMware virtual machines
5100 5101 5102 5103 5104 |
# File 'lib/aws-sdk-backup/types.rb', line 5100 class GetSupportedResourceTypesOutput < Struct.new( :resource_types) SENSITIVE = [] include Aws::Structure end |