Class: Aws::Types::S3Location
- Inherits:
-
Object
- Object
- Aws::Types::S3Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def bucket_owner @bucket_owner end |
#uri ⇒ ::String
Returns the value of attribute uri.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def uri @uri end |