Class: Aws::Types::S3
- Inherits:
-
Object
- Object
- Aws::Types::S3
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def bucket @bucket end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def enabled @enabled end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def prefix @prefix end |