Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Get DataAutomationLibrary Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#libraryTypes::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