GetExportRequest
public struct GetExportRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The format of the exported data.
Declaration
Swift
public let exportType: ExportType -
The name of the bot to export.
Declaration
Swift
public let name: String -
The type of resource to export.
Declaration
Swift
public let resourceType: ResourceType -
The version of the bot to export.
Declaration
Swift
public let version: String -
Undocumented
Declaration
Swift
public init(exportType: ExportType, name: String, resourceType: ResourceType, version: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetExportRequest Structure Reference