Class: Aws::BedrockDataAutomation::Types::DeleteDataAutomationLibraryResponse

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

Overview

Delete 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)


1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1118

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

#statusString

Status of DataAutomationLibrary

Returns:

  • (String)


1118
1119
1120
1121
1122
1123
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1118

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