Class: Aws::BedrockDataAutomation::Types::Blueprint

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

Overview

Contains the information of a Blueprint.

Constant Summary collapse

SENSITIVE =
[:schema, :blueprint_name]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_arnString

ARN of a Blueprint



143
144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 143

class Blueprint < Struct.new(
  :blueprint_arn,
  :schema,
  :type,
  :creation_time,
  :last_modified_time,
  :blueprint_name,
  :blueprint_version,
  :blueprint_stage,
  :kms_key_id,
  :kms_encryption_context)
  SENSITIVE = [:schema, :blueprint_name]
  include Aws::Structure
end

#blueprint_nameString

Name of the Blueprint



143
144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 143

class Blueprint < Struct.new(
  :blueprint_arn,
  :schema,
  :type,
  :creation_time,
  :last_modified_time,
  :blueprint_name,
  :blueprint_version,
  :blueprint_stage,
  :kms_key_id,
  :kms_encryption_context)
  SENSITIVE = [:schema, :blueprint_name]
  include Aws::Structure
end

#blueprint_stageString

Stage of the Blueprint



143
144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 143

class Blueprint < Struct.new(
  :blueprint_arn,
  :schema,
  :type,
  :creation_time,
  :last_modified_time,
  :blueprint_name,
  :blueprint_version,
  :blueprint_stage,
  :kms_key_id,
  :kms_encryption_context)
  SENSITIVE = [:schema, :blueprint_name]
  include Aws::Structure
end

#blueprint_versionString

Blueprint Version



143
144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 143

class Blueprint < Struct.new(
  :blueprint_arn,
  :schema,
  :type,
  :creation_time,
  :last_modified_time,
  :blueprint_name,
  :blueprint_version,
  :blueprint_stage,
  :kms_key_id,
  :kms_encryption_context)
  SENSITIVE = [:schema, :blueprint_name]
  include Aws::Structure
end

#creation_timeTime

Time Stamp



143
144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 143

class Blueprint < Struct.new(
  :blueprint_arn,
  :schema,
  :type,
  :creation_time,
  :last_modified_time,
  :blueprint_name,
  :blueprint_version,
  :blueprint_stage,
  :kms_key_id,
  :kms_encryption_context)
  SENSITIVE = [:schema, :blueprint_name]
  include Aws::Structure
end

#kms_encryption_contextHash<String,String>

KMS Encryption Context



143
144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 143

class Blueprint < Struct.new(
  :blueprint_arn,
  :schema,
  :type,
  :creation_time,
  :last_modified_time,
  :blueprint_name,
  :blueprint_version,
  :blueprint_stage,
  :kms_key_id,
  :kms_encryption_context)
  SENSITIVE = [:schema, :blueprint_name]
  include Aws::Structure
end

#kms_key_idString

KMS Key Identifier



143
144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 143

class Blueprint < Struct.new(
  :blueprint_arn,
  :schema,
  :type,
  :creation_time,
  :last_modified_time,
  :blueprint_name,
  :blueprint_version,
  :blueprint_stage,
  :kms_key_id,
  :kms_encryption_context)
  SENSITIVE = [:schema, :blueprint_name]
  include Aws::Structure
end

#last_modified_timeTime

Time Stamp



143
144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 143

class Blueprint < Struct.new(
  :blueprint_arn,
  :schema,
  :type,
  :creation_time,
  :last_modified_time,
  :blueprint_name,
  :blueprint_version,
  :blueprint_stage,
  :kms_key_id,
  :kms_encryption_context)
  SENSITIVE = [:schema, :blueprint_name]
  include Aws::Structure
end

#schemaString

Schema of the blueprint



143
144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 143

class Blueprint < Struct.new(
  :blueprint_arn,
  :schema,
  :type,
  :creation_time,
  :last_modified_time,
  :blueprint_name,
  :blueprint_version,
  :blueprint_stage,
  :kms_key_id,
  :kms_encryption_context)
  SENSITIVE = [:schema, :blueprint_name]
  include Aws::Structure
end

#typeString

Type



143
144
145
146
147
148
149
150
151
152
153
154
155
156
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 143

class Blueprint < Struct.new(
  :blueprint_arn,
  :schema,
  :type,
  :creation_time,
  :last_modified_time,
  :blueprint_name,
  :blueprint_version,
  :blueprint_stage,
  :kms_key_id,
  :kms_encryption_context)
  SENSITIVE = [:schema, :blueprint_name]
  include Aws::Structure
end