Class: Aws::BedrockDataAutomation::Types::GetBlueprintRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::GetBlueprintRequest
- Includes:
- Structure
- Defined in:
- 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
809 810 811 812 813 814 815 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 809 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
809 810 811 812 813 814 815 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 809 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
809 810 811 812 813 814 815 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 809 class GetBlueprintRequest < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage) SENSITIVE = [] include Aws::Structure end |