Class: Aws::BedrockDataAutomationRuntime::Types::InvokeDataAutomationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomationRuntime::Types::InvokeDataAutomationRequest
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Details
#blueprints ⇒ Array<Types::Blueprint>
Blueprint list.
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_configuration ⇒ Types::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_arn ⇒ String
Data automation profile ARN
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_configuration ⇒ Types::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_configuration ⇒ Types::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 |