Class: Aws::BedrockDataAutomation::Types::CreateDataAutomationLibraryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::CreateDataAutomationLibraryResponse
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Create 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
588 589 590 591 592 593 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 588 class CreateDataAutomationLibraryResponse < Struct.new( :library_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of DataAutomationLibrary
588 589 590 591 592 593 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 588 class CreateDataAutomationLibraryResponse < Struct.new( :library_arn, :status) SENSITIVE = [] include Aws::Structure end |