Class: Aws::Types::PutDataCatalogExportConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::PutDataCatalogExportConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#encryption_configuration ⇒ Types::ExportEncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#export_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute export_setting.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
6136 6137 6138 |
# File 'sig/types.rbs', line 6136 def client_token @client_token end |
#encryption_configuration ⇒ Types::ExportEncryptionConfiguration
Returns the value of attribute encryption_configuration.
6135 6136 6137 |
# File 'sig/types.rbs', line 6135 def encryption_configuration @encryption_configuration end |
#export_setting ⇒ "ENABLED", "DISABLED"
Returns the value of attribute export_setting.
6134 6135 6136 |
# File 'sig/types.rbs', line 6134 def export_setting @export_setting end |