Class: Aws::BedrockDataAutomationRuntime::Types::InvokeDataAutomationRequest

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

Overview

Invoke Data Automation Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprintsArray<Types::Blueprint>

Blueprint list.

Returns:



306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 306

class InvokeDataAutomationRequest < Struct.new(
  :input_configuration,
  :data_automation_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :encryption_configuration,
  :output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#data_automation_configurationTypes::DataAutomationConfiguration

Data automation configuration.



306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 306

class InvokeDataAutomationRequest < Struct.new(
  :input_configuration,
  :data_automation_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :encryption_configuration,
  :output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#data_automation_profile_arnString

Data automation profile ARN

Returns:

  • (String)


306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 306

class InvokeDataAutomationRequest < Struct.new(
  :input_configuration,
  :data_automation_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :encryption_configuration,
  :output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_configurationTypes::EncryptionConfiguration

Encryption configuration.



306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 306

class InvokeDataAutomationRequest < Struct.new(
  :input_configuration,
  :data_automation_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :encryption_configuration,
  :output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#input_configurationTypes::SyncInputConfiguration

Input configuration.



306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 306

class InvokeDataAutomationRequest < Struct.new(
  :input_configuration,
  :data_automation_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :encryption_configuration,
  :output_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#output_configurationTypes::OutputConfiguration

Output configuration.



306
307
308
309
310
311
312
313
314
315
# File 'gems/aws-sdk-bedrockdataautomationruntime/lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 306

class InvokeDataAutomationRequest < Struct.new(
  :input_configuration,
  :data_automation_configuration,
  :blueprints,
  :data_automation_profile_arn,
  :encryption_configuration,
  :output_configuration)
  SENSITIVE = []
  include Aws::Structure
end