Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryResponse
- Includes:
- Structure
- Defined in:
- 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.
1598 1599 1600 1601 1602 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1598 class GetDataAutomationLibraryResponse < Struct.new( :library) SENSITIVE = [] include Aws::Structure end |