Class: Aws::DataZone::Types::DeleteDataExportConfigurationInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-datazone/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifierString

The domain ID for which you want to delete the data export configuration.

Returns:

  • (String)


6542
6543
6544
6545
6546
# File 'lib/aws-sdk-datazone/types.rb', line 6542

class DeleteDataExportConfigurationInput < Struct.new(
  :domain_identifier)
  SENSITIVE = []
  include Aws::Structure
end