Class: Aws::Types::RevisionDestinationEntry
- Inherits:
-
Object
- Object
- Aws::Types::RevisionDestinationEntry
- 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.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
901 902 903 |
# File 'sig/types.rbs', line 901 def bucket @bucket end |
#key_pattern ⇒ ::String
Returns the value of attribute key_pattern.
902 903 904 |
# File 'sig/types.rbs', line 902 def key_pattern @key_pattern end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
903 904 905 |
# File 'sig/types.rbs', line 903 def revision_id @revision_id end |