class
Amazonite::DynamoDB::S3BucketSource
- Amazonite::DynamoDB::S3BucketSource
- Reference
- Object
Overview
The S3 bucket that is being imported from.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/s3_bucket_source.crConstructors
- .new(pull : JSON::PullParser)
- .new(s3_bucket : String, s3_bucket_owner : String | Nil = nil, s3_key_prefix : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#s3_bucket : String
The S3 bucket that is being imported from.
-
#s3_bucket=(s3_bucket : String)
The S3 bucket that is being imported from.
-
#s3_bucket_owner : String | Nil
The account number of the S3 bucket that is being imported from.
-
#s3_bucket_owner=(s3_bucket_owner : String | Nil)
The account number of the S3 bucket that is being imported from.
-
#s3_key_prefix : String | Nil
The key prefix shared by all S3 Objects that are being imported.
-
#s3_key_prefix=(s3_key_prefix : String | Nil)
The key prefix shared by all S3 Objects that are being imported.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.
The key prefix shared by all S3 Objects that are being imported.