Class: Aws::BedrockDataAutomation::Types::GetBlueprintRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockdataautomation/types.rb

Overview

Get Blueprint Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_arnString

ARN generated at the server side when a Blueprint is created

Returns:

  • (String)


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_stageString

Optional field to get a specific Blueprint stage

Returns:

  • (String)


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_versionString

Optional field to get a specific Blueprint version

Returns:

  • (String)


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