Class: Aws::Types::S3Location
- Inherits:
-
Object
- Object
- Aws::Types::S3Location
- 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.
2555 2556 2557 |
# File 'sig/types.rbs', line 2555 def bucket_name @bucket_name end |
#key ⇒ ::String
Returns the value of attribute key.
2556 2557 2558 |
# File 'sig/types.rbs', line 2556 def key @key end |