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:
-
‘Aurora` for Amazon Aurora
-
‘CloudFormation` for CloudFormation
-
‘DocumentDB` for Amazon DocumentDB (with MongoDB compatibility)
-
‘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
-
‘Neptune` for Amazon Neptune
-
‘RDS` for Amazon Relational Database Service
-
‘Redshift` for Amazon Redshift
-
‘S3` for 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
-
‘Timestream` for Amazon Timestream
-
‘VirtualMachine` for VMware virtual machines
4171 4172 4173 4174 4175 |
# File 'lib/aws-sdk-backup/types.rb', line 4171 class GetSupportedResourceTypesOutput < Struct.new( :resource_types) SENSITIVE = [] include Aws::Structure end |