Class: Aws::BedrockDataAutomation::Types::CreateBlueprintVersionRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockDataAutomation::Types::CreateBlueprintVersionRequest
 
- Defined in:
- gems/aws-sdk-bedrockdataautomation/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
| 383 384 385 386 387 388 | # File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 383 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.
| 383 384 385 386 387 388 | # File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 383 class CreateBlueprintVersionRequest < Struct.new( :blueprint_arn, :client_token) SENSITIVE = [] include Aws::Structure end |