Class: Aws::Types::S3Location
- Inherits:
-
Object
- Object
- Aws::Types::S3Location
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
-
#key ⇒ ::String
Returns the value of attribute key.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
843 844 845 |
# File 'sig/types.rbs', line 843 def bucket @bucket end |
#bucket_owner ⇒ ::String
Returns the value of attribute bucket_owner.
845 846 847 |
# File 'sig/types.rbs', line 845 def bucket_owner @bucket_owner end |
#key ⇒ ::String
Returns the value of attribute key.
844 845 846 |
# File 'sig/types.rbs', line 844 def key @key end |