Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryResponse
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Get DataAutomationLibrary Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#library ⇒ Types::DataAutomationLibrary
Contains the information of a DataAutomationLibrary.
Instance Attribute Details
#library ⇒ Types::DataAutomationLibrary
Contains the information of a DataAutomationLibrary.
1579 1580 1581 1582 1583 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1579 class GetDataAutomationLibraryResponse < Struct.new( :library) SENSITIVE = [] include Aws::Structure end |