Class: Aws::DynamoDB::Types::S3BucketSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

The S3 bucket that is being imported from.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucketString

The S3 bucket that is being imported from.

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7688

class S3BucketSource < Struct.new(
  :s3_bucket_owner,
  :s3_bucket,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_ownerString

The account number of the S3 bucket that is being imported from. If the bucket is owned by the requester this is optional.

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7688

class S3BucketSource < Struct.new(
  :s3_bucket_owner,
  :s3_bucket,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_key_prefixString

The key prefix shared by all S3 Objects that are being imported.

Returns:

  • (String)


7688
7689
7690
7691
7692
7693
7694
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7688

class S3BucketSource < Struct.new(
  :s3_bucket_owner,
  :s3_bucket,
  :s3_key_prefix)
  SENSITIVE = []
  include Aws::Structure
end