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.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def bucket @bucket end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1335 1336 1337 |
# File 'sig/types.rbs', line 1335 def enabled @enabled end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def prefix @prefix end |