Class: Aws::Types::S3Object
- Inherits:
-
Object
- Object
- Aws::Types::S3Object
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
-
#s3key ⇒ ::String
Returns the value of attribute s3key.
Instance Attribute Details
#s3_bucket ⇒ ::String
Returns the value of attribute s3_bucket.
565 566 567 |
# File 'sig/types.rbs', line 565 def s3_bucket @s3_bucket end |
#s3key ⇒ ::String
Returns the value of attribute s3key.
566 567 568 |
# File 'sig/types.rbs', line 566 def s3key @s3key end |