Class: Aws::BedrockDataAutomation::Types::UpdateDataAutomationLibraryResponse

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

Overview

Update DataAutomationLibrary Response

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)


2639
2640
2641
2642
2643
2644
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2639

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

#statusString

Status of DataAutomationLibrary

Returns:

  • (String)


2639
2640
2641
2642
2643
2644
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2639

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