Class: Aws::Backup::Types::GetSupportedResourceTypesOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_typesArray<String>

Contains a string with the supported Amazon Web Services resource types:

  • Aurora for Amazon Aurora

  • 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

  • RDS for Amazon Relational Database Service

  • Storage Gateway for Storage Gateway

  • DocDB for Amazon DocumentDB (with MongoDB compatibility)

  • Neptune for Amazon Neptune

Returns:

  • (Array<String>)


4176
4177
4178
4179
4180
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 4176

class GetSupportedResourceTypesOutput < Struct.new(
  :resource_types)
  SENSITIVE = []
  include Aws::Structure
end