Class: Aws::Types::S3ObjectSource
- Inherits:
-
Object
- Object
- Aws::Types::S3ObjectSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def key @key end |