Class: Aws::BedrockDataAutomation::Types::BlueprintSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::BlueprintSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Summary of a Blueprint
Constant Summary collapse
- SENSITIVE =
[: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.
-
#last_modified_time ⇒ Time
Time Stamp.
Instance Attribute Details
#blueprint_arn ⇒ String
ARN of a Blueprint
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 234 class BlueprintSummary < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage, :blueprint_name, :creation_time, :last_modified_time) SENSITIVE = [:blueprint_name] include Aws::Structure end |
#blueprint_name ⇒ String
Name of the Blueprint
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 234 class BlueprintSummary < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage, :blueprint_name, :creation_time, :last_modified_time) SENSITIVE = [:blueprint_name] include Aws::Structure end |
#blueprint_stage ⇒ String
Stage of the Blueprint
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 234 class BlueprintSummary < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage, :blueprint_name, :creation_time, :last_modified_time) SENSITIVE = [:blueprint_name] include Aws::Structure end |
#blueprint_version ⇒ String
Blueprint Version
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 234 class BlueprintSummary < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage, :blueprint_name, :creation_time, :last_modified_time) SENSITIVE = [:blueprint_name] include Aws::Structure end |
#creation_time ⇒ Time
Time Stamp
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 234 class BlueprintSummary < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage, :blueprint_name, :creation_time, :last_modified_time) SENSITIVE = [:blueprint_name] include Aws::Structure end |
#last_modified_time ⇒ Time
Time Stamp
234 235 236 237 238 239 240 241 242 243 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 234 class BlueprintSummary < Struct.new( :blueprint_arn, :blueprint_version, :blueprint_stage, :blueprint_name, :creation_time, :last_modified_time) SENSITIVE = [:blueprint_name] include Aws::Structure end |