Class: Aws::BedrockDataAutomation::Types::DataAutomationLibraryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DataAutomationLibraryConfiguration
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
DataAutomation Library configuration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#libraries ⇒ Array<Types::DataAutomationLibraryItem>
List of DataAutomationLibrary Items.
Instance Attribute Details
#libraries ⇒ Array<Types::DataAutomationLibraryItem>
List of DataAutomationLibrary Items
758 759 760 761 762 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 758 class DataAutomationLibraryConfiguration < Struct.new( :libraries) SENSITIVE = [] include Aws::Structure end |