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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockdataautomation/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.



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