Class: Aws::Types::AutoExportRevisionDestinationEntry
- Inherits:
-
Object
- Object
- Aws::Types::AutoExportRevisionDestinationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#key_pattern ⇒ ::String
Returns the value of attribute key_pattern.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
98 99 100 |
# File 'sig/types.rbs', line 98 def bucket @bucket end |
#key_pattern ⇒ ::String
Returns the value of attribute key_pattern.
99 100 101 |
# File 'sig/types.rbs', line 99 def key_pattern @key_pattern end |