Class: Aws::Types::UserBucket
- Inherits:
-
Object
- Object
- Aws::Types::UserBucket
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
18827 18828 18829 |
# File 'sig/types.rbs', line 18827 def s3_bucket @s3_bucket end |
#s3_key ⇒ ::String
Returns the value of attribute s3_key.
18828 18829 18830 |
# File 'sig/types.rbs', line 18828 def s3_key @s3_key end |