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
176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 176 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
176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 176 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
176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 176 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
176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 176 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
176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 176 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
176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 176 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
176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 176 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
176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 176 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
176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 176 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
176 177 178 179 180 181 182 183 184 185 186 187 188 189 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 176 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 |