Class: Aws::BedrockDataAutomation::Types::BlueprintItem

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

Overview

Blueprint Item

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_arnString

ARN of a Blueprint

Returns:

  • (String)


265
266
267
268
269
270
271
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 265

class BlueprintItem < Struct.new(
  :blueprint_arn,
  :blueprint_version,
  :blueprint_stage)
  SENSITIVE = []
  include Aws::Structure
end

#blueprint_stageString

Stage of the Blueprint

Returns:

  • (String)


265
266
267
268
269
270
271
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 265

class BlueprintItem < Struct.new(
  :blueprint_arn,
  :blueprint_version,
  :blueprint_stage)
  SENSITIVE = []
  include Aws::Structure
end

#blueprint_versionString

Blueprint Version

Returns:

  • (String)


265
266
267
268
269
270
271
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 265

class BlueprintItem < Struct.new(
  :blueprint_arn,
  :blueprint_version,
  :blueprint_stage)
  SENSITIVE = []
  include Aws::Structure
end