class
Amazonite::DynamoDB::ExportSummary
- Amazonite::DynamoDB::ExportSummary
- Reference
- Object
Overview
Summary information about an export task.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/export_summary.crConstructors
- .new(pull : JSON::PullParser)
- .new(export_arn : String | Nil = nil, export_status : ExportStatus | Nil = nil, export_type : ExportType | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#export_arn : String | Nil
The Amazon Resource Name (ARN) of the export.
-
#export_arn=(export_arn : String | Nil)
The Amazon Resource Name (ARN) of the export.
-
#export_status : ExportStatus | Nil
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
-
#export_status=(export_status : ExportStatus | Nil)
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
-
#export_type : ExportType | Nil
The type of export that was performed.
-
#export_type=(export_type : ExportType | Nil)
The type of export that was performed.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.
The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.
The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.