ExportEC2InstanceRecommendationsResponse
public struct ExportEC2InstanceRecommendationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identification number of the export job. Use the DescribeRecommendationExportJobs action, and specify the job ID to view the status of an export job.
Declaration
Swift
public let jobId: String?
-
An object that describes the destination Amazon S3 bucket of a recommendations export file.
Declaration
Swift
public let s3Destination: S3Destination?
-
Undocumented
Declaration
Swift
public init(jobId: String? = nil, s3Destination: S3Destination? = nil)