Class: Aws::BedrockDataAutomation::Types::BlueprintSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#blueprint_arnString

ARN of a Blueprint

Returns:

  • (String)


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_nameString

Name of the Blueprint

Returns:

  • (String)


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_stageString

Stage of the Blueprint

Returns:

  • (String)


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_versionString

Blueprint Version

Returns:

  • (String)


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_timeTime

Time Stamp

Returns:

  • (Time)


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_timeTime

Time Stamp

Returns:

  • (Time)


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