Class: Aws::BedrockDataAutomation::Types::UpdateDataAutomationLibraryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::UpdateDataAutomationLibraryRequest
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Update DataAutomationLibrary Request
Constant Summary collapse
- SENSITIVE =
[:library_description]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Client specified token used for idempotency checks.
-
#library_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created.
-
#library_description ⇒ String
Description of the DataAutomationLibrary.
Instance Attribute Details
#client_token ⇒ String
Client specified token used for idempotency checks
A suitable default value is auto-generated. You should normally not need to pass this option.
2618 2619 2620 2621 2622 2623 2624 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2618 class UpdateDataAutomationLibraryRequest < Struct.new( :library_arn, :library_description, :client_token) SENSITIVE = [:library_description] include Aws::Structure end |
#library_arn ⇒ String
ARN generated at the server side when a DataAutomationLibrary is created
2618 2619 2620 2621 2622 2623 2624 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2618 class UpdateDataAutomationLibraryRequest < Struct.new( :library_arn, :library_description, :client_token) SENSITIVE = [:library_description] include Aws::Structure end |
#library_description ⇒ String
Description of the DataAutomationLibrary
2618 2619 2620 2621 2622 2623 2624 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2618 class UpdateDataAutomationLibraryRequest < Struct.new( :library_arn, :library_description, :client_token) SENSITIVE = [:library_description] include Aws::Structure end |