Class: Aws::Types::S3File
- Inherits:
-
Object
- Object
- Aws::Types::S3File
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#bucket_name ⇒ ::String
Returns the value of attribute bucket_name.
503 504 505 |
# File 'sig/types.rbs', line 503 def bucket_name @bucket_name end |
#key ⇒ ::String
Returns the value of attribute key.
504 505 506 |
# File 'sig/types.rbs', line 504 def key @key end |