Class: Aws::BedrockDataAutomation::Types::DeleteDataAutomationLibraryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DeleteDataAutomationLibraryResponse
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Delete DataAutomationLibrary Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#library_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created.
-
#status ⇒ String
Status of DataAutomationLibrary.
Instance Attribute Details
#library_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created
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 |
#status ⇒ String
Status of DataAutomationLibrary
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 |