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
331 332 333 334 335 336 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 331 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.
331 332 333 334 335 336 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 331 class CreateBlueprintVersionRequest < Struct.new( :blueprint_arn, :client_token) SENSITIVE = [] include Aws::Structure end |