GetSupportedResourceTypesOutput
public struct GetSupportedResourceTypesOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Contains a string with the supported AWS resource types: DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System RDS for Amazon Relational Database Service Storage Gateway for AWS Storage Gateway
Declaration
Swift
public let resourceTypes: [String]?
-
Undocumented
Declaration
Swift
public init(resourceTypes: [String]? = nil)