Class: Aws::Types::AutoExportRevisionToS3RequestDetails
- Inherits:
-
Object
- Object
- Aws::Types::AutoExportRevisionToS3RequestDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encryption ⇒ Types::ExportServerSideEncryption
Returns the value of attribute encryption.
-
#revision_destination ⇒ Types::AutoExportRevisionDestinationEntry
Returns the value of attribute revision_destination.
Instance Attribute Details
#encryption ⇒ Types::ExportServerSideEncryption
Returns the value of attribute encryption.
104 105 106 |
# File 'sig/types.rbs', line 104 def encryption @encryption end |
#revision_destination ⇒ Types::AutoExportRevisionDestinationEntry
Returns the value of attribute revision_destination.
105 106 107 |
# File 'sig/types.rbs', line 105 def revision_destination @revision_destination end |