Class: Aws::Types::S3BucketSource
- Inherits:
-
Object
- Object
- Aws::Types::S3BucketSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
-
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def s3_bucket @s3_bucket end |
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def s3_bucket_owner @s3_bucket_owner end |
#s3_key_prefix ⇒ ::String
Returns the value of attribute s3_key_prefix.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def s3_key_prefix @s3_key_prefix end |