class
Amazonite::DynamoDB::ImportTableOutput
- Amazonite::DynamoDB::ImportTableOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/import_table_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(import_table_description : ImportTableDescription)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#import_table_description : ImportTableDescription
Represents the properties of the table created for the import, and parameters of the import.
-
#import_table_description=(import_table_description : ImportTableDescription)
Represents the properties of the table created for the import, and parameters of the import.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def import_table_description : ImportTableDescription
#
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.
def import_table_description=(import_table_description : ImportTableDescription)
#
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.