Class: Aws::DataZone::Types::GetDataExportConfigurationInput

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 ID of the domain where you want to get the data export configuration details.

Returns:

  • (String)


9006
9007
9008
9009
9010
# File 'lib/aws-sdk-datazone/types.rb', line 9006

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