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
1123 1124 1125 1126 1127 1128 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1123 class DeleteDataAutomationLibraryResponse < Struct.new( :library_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of DataAutomationLibrary
1123 1124 1125 1126 1127 1128 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1123 class DeleteDataAutomationLibraryResponse < Struct.new( :library_arn, :status) SENSITIVE = [] include Aws::Structure end |