Class: Aws::Types::S3InputFileLocation
- Inherits:
-
Object
- Object
- Aws::Types::S3InputFileLocation
- 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.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def bucket @bucket end |
#key ⇒ ::String
Returns the value of attribute key.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def key @key end |