Class: Aws::BedrockDataAutomation::Types::GetDataAutomationLibraryRequest

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

Overview

Get DataAutomationLibrary Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#library_arnString

ARN generated at the server side when a DataAutomationLibrary is created

Returns:

  • (String)


1584
1585
1586
1587
1588
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1584

class GetDataAutomationLibraryRequest < Struct.new(
  :library_arn)
  SENSITIVE = []
  include Aws::Structure
end