Class: Aws::Types::S3Destination
- Inherits:
-
Object
- Object
- Aws::Types::S3Destination
- 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.
-
#metadata_key ⇒ ::String
Returns the value of attribute metadata_key.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def key @key end |
#metadata_key ⇒ ::String
Returns the value of attribute metadata_key.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def @metadata_key end |