Class: Aws::BedrockDataAutomation::Types::Blueprint
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::Blueprint
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Contains the information of a Blueprint.
Constant Summary collapse
- SENSITIVE =
[:schema, :blueprint_name]
Instance Attribute Summary collapse
-
#blueprint_arn ⇒ String
ARN of a Blueprint.
-
#blueprint_name ⇒ String
Name of the Blueprint.
-
#blueprint_stage ⇒ String
Stage of the Blueprint.
-
#blueprint_version ⇒ String
Blueprint Version.
-
#creation_time ⇒ Time
Time Stamp.
-
#kms_encryption_context ⇒ Hash<String,String>
KMS Encryption Context.
-
#kms_key_id ⇒ String
KMS Key Identifier.
-
#last_modified_time ⇒ Time
Time Stamp.
-
#schema ⇒ String
Schema of the blueprint.
-
#type ⇒ String
Type.
Instance Attribute Details
#blueprint_arn ⇒ String
ARN of a Blueprint
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 210 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_name ⇒ String
Name of the Blueprint
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 210 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_stage ⇒ String
Stage of the Blueprint
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 210 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_version ⇒ String
Blueprint Version
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 210 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_time ⇒ Time
Time Stamp
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 210 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_context ⇒ Hash<String,String>
KMS Encryption Context
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 210 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_id ⇒ String
KMS Key Identifier
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 210 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_time ⇒ Time
Time Stamp
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 210 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 |
#schema ⇒ String
Schema of the blueprint
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 210 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 |
#type ⇒ String
Type
210 211 212 213 214 215 216 217 218 219 220 221 222 223 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 210 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 |