class
Amazonite::DynamoDB::DescribeImportInput
- Amazonite::DynamoDB::DescribeImportInput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
dynamodb/describe_import_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(import_arn : String)
- .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_arn : String
The Amazon Resource Name (ARN) associated with the table you're importing to.
-
#import_arn=(import_arn : String)
The Amazon Resource Name (ARN) associated with the table you're importing to.
- #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_arn : String
#
The Amazon Resource Name (ARN) associated with the table you're importing to.
def import_arn=(import_arn : String)
#
The Amazon Resource Name (ARN) associated with the table you're importing to.