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 ⇒ ::String
Returns the value of attribute s3_key.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def s3_bucket @s3_bucket end |
#s3_bucket_owner ⇒ ::String
Returns the value of attribute s3_bucket_owner.
1640 1641 1642 |
# File 'sig/types.rbs', line 1640 def s3_bucket_owner @s3_bucket_owner end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
1639 1640 1641 |
# File 'sig/types.rbs', line 1639 def s3_key @s3_key end |