Class: Aws::Types::ReplicatorS3
- Inherits:
-
Object
- Object
- Aws::Types::ReplicatorS3
- 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.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def bucket @bucket end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def enabled @enabled end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def prefix @prefix end |