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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



302
303
304
305
306
307
308
309
310
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 302

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

#data_automation_configurationTypes::DataAutomationConfiguration

Data automation configuration.



302
303
304
305
306
307
308
309
310
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 302

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

#data_automation_profile_arnString

Data automation profile ARN

Returns:

  • (String)


302
303
304
305
306
307
308
309
310
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 302

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

#encryption_configurationTypes::EncryptionConfiguration

Encryption configuration.



302
303
304
305
306
307
308
309
310
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 302

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

#input_configurationTypes::SyncInputConfiguration

Input configuration.



302
303
304
305
306
307
308
309
310
# File 'lib/aws-sdk-bedrockdataautomationruntime/types.rb', line 302

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