Class: Aws::DataZone::Types::UpdateDataSourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[:asset_forms_input, :description, :name, :schedule]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_forms_inputArray<Types::FormInput>

The asset forms to be updated as part of the UpdateDataSource action.

Returns:



10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10828

class UpdateDataSourceInput < Struct.new(
  :asset_forms_input,
  :configuration,
  :description,
  :domain_identifier,
  :enable_setting,
  :identifier,
  :name,
  :publish_on_import,
  :recommendation,
  :schedule)
  SENSITIVE = [:asset_forms_input, :description, :name, :schedule]
  include Aws::Structure
end

#configurationTypes::DataSourceConfigurationInput

The configuration to be updated as part of the UpdateDataSource action.



10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10828

class UpdateDataSourceInput < Struct.new(
  :asset_forms_input,
  :configuration,
  :description,
  :domain_identifier,
  :enable_setting,
  :identifier,
  :name,
  :publish_on_import,
  :recommendation,
  :schedule)
  SENSITIVE = [:asset_forms_input, :description, :name, :schedule]
  include Aws::Structure
end

#descriptionString

The description to be updated as part of the UpdateDataSource action.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10828

class UpdateDataSourceInput < Struct.new(
  :asset_forms_input,
  :configuration,
  :description,
  :domain_identifier,
  :enable_setting,
  :identifier,
  :name,
  :publish_on_import,
  :recommendation,
  :schedule)
  SENSITIVE = [:asset_forms_input, :description, :name, :schedule]
  include Aws::Structure
end

#domain_identifierString

The identifier of the domain in which to update a data source.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10828

class UpdateDataSourceInput < Struct.new(
  :asset_forms_input,
  :configuration,
  :description,
  :domain_identifier,
  :enable_setting,
  :identifier,
  :name,
  :publish_on_import,
  :recommendation,
  :schedule)
  SENSITIVE = [:asset_forms_input, :description, :name, :schedule]
  include Aws::Structure
end

#enable_settingString

The enable setting to be updated as part of the UpdateDataSource action.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10828

class UpdateDataSourceInput < Struct.new(
  :asset_forms_input,
  :configuration,
  :description,
  :domain_identifier,
  :enable_setting,
  :identifier,
  :name,
  :publish_on_import,
  :recommendation,
  :schedule)
  SENSITIVE = [:asset_forms_input, :description, :name, :schedule]
  include Aws::Structure
end

#identifierString

The identifier of the data source to be updated.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10828

class UpdateDataSourceInput < Struct.new(
  :asset_forms_input,
  :configuration,
  :description,
  :domain_identifier,
  :enable_setting,
  :identifier,
  :name,
  :publish_on_import,
  :recommendation,
  :schedule)
  SENSITIVE = [:asset_forms_input, :description, :name, :schedule]
  include Aws::Structure
end

#nameString

The name to be updated as part of the UpdateDataSource action.

Returns:

  • (String)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10828

class UpdateDataSourceInput < Struct.new(
  :asset_forms_input,
  :configuration,
  :description,
  :domain_identifier,
  :enable_setting,
  :identifier,
  :name,
  :publish_on_import,
  :recommendation,
  :schedule)
  SENSITIVE = [:asset_forms_input, :description, :name, :schedule]
  include Aws::Structure
end

#publish_on_importBoolean

The publish on import setting to be updated as part of the UpdateDataSource action.

Returns:

  • (Boolean)


10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10828

class UpdateDataSourceInput < Struct.new(
  :asset_forms_input,
  :configuration,
  :description,
  :domain_identifier,
  :enable_setting,
  :identifier,
  :name,
  :publish_on_import,
  :recommendation,
  :schedule)
  SENSITIVE = [:asset_forms_input, :description, :name, :schedule]
  include Aws::Structure
end

#recommendationTypes::RecommendationConfiguration

The recommendation to be updated as part of the UpdateDataSource action.



10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10828

class UpdateDataSourceInput < Struct.new(
  :asset_forms_input,
  :configuration,
  :description,
  :domain_identifier,
  :enable_setting,
  :identifier,
  :name,
  :publish_on_import,
  :recommendation,
  :schedule)
  SENSITIVE = [:asset_forms_input, :description, :name, :schedule]
  include Aws::Structure
end

#scheduleTypes::ScheduleConfiguration

The schedule to be updated as part of the UpdateDataSource action.



10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10828

class UpdateDataSourceInput < Struct.new(
  :asset_forms_input,
  :configuration,
  :description,
  :domain_identifier,
  :enable_setting,
  :identifier,
  :name,
  :publish_on_import,
  :recommendation,
  :schedule)
  SENSITIVE = [:asset_forms_input, :description, :name, :schedule]
  include Aws::Structure
end