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:
Aurorafor Amazon AuroraCloudFormationfor CloudFormationDocumentDBfor Amazon DocumentDB (with MongoDB compatibility)DynamoDBfor Amazon DynamoDBEBSfor Amazon Elastic Block StoreEC2for Amazon Elastic Compute CloudEFSfor Amazon Elastic File SystemFSxfor Amazon FSxNeptunefor Amazon NeptuneRDSfor Amazon Relational Database ServiceRedshiftfor Amazon RedshiftS3for Amazon Simple Storage Service (Amazon S3)SAP HANA on Amazon EC2for SAP HANA databases on Amazon Elastic Compute Cloud instancesStorage Gatewayfor Storage GatewayTimestreamfor Amazon TimestreamVirtualMachinefor VMware virtual machines
5100 5101 5102 5103 5104 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5100 class GetSupportedResourceTypesOutput < Struct.new( :resource_types) SENSITIVE = [] include Aws::Structure end |