Class: Aws::BedrockDataAutomation::Types::CreateBlueprintVersionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::CreateBlueprintVersionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Create Blueprint Version Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_arn ⇒ String
ARN generated at the server side when a Blueprint is created.
-
#client_token ⇒ String
Client specified token used for idempotency checks.
Instance Attribute Details
#blueprint_arn ⇒ String
ARN generated at the server side when a Blueprint is created
336 337 338 339 340 341 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 336 class CreateBlueprintVersionRequest < Struct.new( :blueprint_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#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.
336 337 338 339 340 341 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 336 class CreateBlueprintVersionRequest < Struct.new( :blueprint_arn, :client_token) SENSITIVE = [] include Aws::Structure end |