Class: Aws::Types::PutDataCatalogExportConfigurationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


6136
6137
6138
# File 'sig/types.rbs', line 6136

def client_token
  @client_token
end

#encryption_configurationTypes::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.

Returns:

  • ("ENABLED", "DISABLED")


6134
6135
6136
# File 'sig/types.rbs', line 6134

def export_setting
  @export_setting
end