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
1058 1059 1060 1061 1062 1063 1064 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1058 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
1058 1059 1060 1061 1062 1063 1064 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1058 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
1058 1059 1060 1061 1062 1063 1064 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1058 class GetBlueprintRequest < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage) SENSITIVE = [] include Aws::Structure end |