Class: Aws::BedrockDataAutomation::Types::CreateDataAutomationLibraryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::CreateDataAutomationLibraryRequest
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Create DataAutomationLibrary Request
Constant Summary collapse
- SENSITIVE =
[:library_name, :library_description]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Client specified token used for idempotency checks.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
KMS Encryption Configuration.
-
#library_description ⇒ String
Description of the DataAutomationLibrary.
-
#library_name ⇒ String
Name of the DataAutomationLibrary.
-
#tags ⇒ Array<Types::Tag>
List of tags.
Instance Attribute Details
#client_token ⇒ String
Client specified token used for idempotency checks
A suitable default value is auto-generated. You should normally not need to pass this option.
565 566 567 568 569 570 571 572 573 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 565 class CreateDataAutomationLibraryRequest < Struct.new( :library_name, :library_description, :client_token, :encryption_configuration, :tags) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
KMS Encryption Configuration
565 566 567 568 569 570 571 572 573 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 565 class CreateDataAutomationLibraryRequest < Struct.new( :library_name, :library_description, :client_token, :encryption_configuration, :tags) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#library_description ⇒ String
Description of the DataAutomationLibrary
565 566 567 568 569 570 571 572 573 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 565 class CreateDataAutomationLibraryRequest < Struct.new( :library_name, :library_description, :client_token, :encryption_configuration, :tags) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#library_name ⇒ String
Name of the DataAutomationLibrary
565 566 567 568 569 570 571 572 573 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 565 class CreateDataAutomationLibraryRequest < Struct.new( :library_name, :library_description, :client_token, :encryption_configuration, :tags) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
List of tags
565 566 567 568 569 570 571 572 573 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 565 class CreateDataAutomationLibraryRequest < Struct.new( :library_name, :library_description, :client_token, :encryption_configuration, :tags) SENSITIVE = [:library_name, :library_description] include Aws::Structure end |