Class: Aws::Types::S3DataRepositoryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::S3DataRepositoryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_export_policy ⇒ Types::AutoExportPolicy
Returns the value of attribute auto_export_policy.
-
#auto_import_policy ⇒ Types::AutoImportPolicy
Returns the value of attribute auto_import_policy.
Instance Attribute Details
#auto_export_policy ⇒ Types::AutoExportPolicy
Returns the value of attribute auto_export_policy.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def auto_export_policy @auto_export_policy end |
#auto_import_policy ⇒ Types::AutoImportPolicy
Returns the value of attribute auto_import_policy.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def auto_import_policy @auto_import_policy end |