Class: Aws::BedrockDataAutomationRuntime::Types::InvokeDataAutomationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomationRuntime::Types::InvokeDataAutomationRequest
- 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
-
#blueprints ⇒ Array<Types::Blueprint>
Blueprint list.
-
#data_automation_configuration ⇒ Types::DataAutomationConfiguration
Data automation configuration.
-
#data_automation_profile_arn ⇒ String
Data automation profile ARN.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Encryption configuration.
-
#input_configuration ⇒ Types::SyncInputConfiguration
Input configuration.
-
#output_configuration ⇒ Types::OutputConfiguration
Output configuration.
Instance Attribute Details
#blueprints ⇒ Array<Types::Blueprint>
Blueprint list.
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_configuration ⇒ Types::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_arn ⇒ String
Data automation profile ARN
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_configuration ⇒ Types::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_configuration ⇒ Types::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_configuration ⇒ Types::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 |