RecommendationExportJob class
Describes a recommendation export job.
Use the DescribeRecommendationExportJobs
action to view your
recommendation export jobs.
Use the ExportAutoScalingGroupRecommendations
or
ExportEC2InstanceRecommendations
actions to request an export
of your recommendations.
Constructors
- RecommendationExportJob({DateTime? creationTimestamp, ExportDestination? destination, String? failureReason, String? jobId, DateTime? lastUpdatedTimestamp, ResourceType? resourceType, JobStatus? status})
-
RecommendationExportJob.fromJson(Map<
String, dynamic> json) -
factory
Properties
- creationTimestamp → DateTime?
-
The timestamp of when the export job was created.
final
- destination → ExportDestination?
-
An object that describes the destination of the export file.
final
- failureReason → String?
-
The reason for an export job failure.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobId → String?
-
The identification number of the export job.
final
- lastUpdatedTimestamp → DateTime?
-
The timestamp of when the export job was last updated.
final
- resourceType → ResourceType?
-
The resource type of the exported recommendations.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → JobStatus?
-
The status of the export job.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited