Class: Aws::BedrockDataAutomation::Types::GetBlueprintRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::GetBlueprintRequest
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Get Blueprint Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_arn ⇒ String
ARN generated at the server side when a Blueprint is created.
-
#blueprint_stage ⇒ String
Optional field to get a specific Blueprint stage.
-
#blueprint_version ⇒ String
Optional field to get a specific Blueprint version.
Instance Attribute Details
#blueprint_arn ⇒ String
ARN generated at the server side when a Blueprint is created
1461 1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1461 class GetBlueprintRequest < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage) SENSITIVE = [] include Aws::Structure end |
#blueprint_stage ⇒ String
Optional field to get a specific Blueprint stage
1461 1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1461 class GetBlueprintRequest < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage) SENSITIVE = [] include Aws::Structure end |
#blueprint_version ⇒ String
Optional field to get a specific Blueprint version
1461 1462 1463 1464 1465 1466 1467 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1461 class GetBlueprintRequest < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage) SENSITIVE = [] include Aws::Structure end |