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 SystemEKSfor Amazon Elastic Kubernetes ServiceFSxfor 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
5208 5209 5210 5211 5212 |
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5208 class GetSupportedResourceTypesOutput < Struct.new( :resource_types) SENSITIVE = [] include Aws::Structure end |