class Amazonite::DynamoDB::ExportSummary

Overview

Summary information about an export task.

Included Modules

Defined in:

dynamodb/export_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(export_arn : String | Nil = nil, export_status : ExportStatus | Nil = nil, export_type : ExportType | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def export_arn : String | Nil #

The Amazon Resource Name (ARN) of the export.


[View source]
def export_arn=(export_arn : String | Nil) #

The Amazon Resource Name (ARN) of the export.


[View source]
def export_status : ExportStatus | Nil #

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.


[View source]
def export_status=(export_status : ExportStatus | Nil) #

Export can be in one of the following states: IN_PROGRESS, COMPLETED, or FAILED.


[View source]
def export_type : ExportType | Nil #

The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.


[View source]
def export_type=(export_type : ExportType | Nil) #

The type of export that was performed. Valid values are FULL_EXPORT or INCREMENTAL_EXPORT.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]