Class: Aws::BedrockDataAutomation::Types::UpdateDataAutomationProjectResponse

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

Overview

Update DataAutomationProject Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

ARN of a DataAutomationProject

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1372

class UpdateDataAutomationProjectResponse < Struct.new(
  :project_arn,
  :project_stage,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#project_stageString

Stage of the Project

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1372

class UpdateDataAutomationProjectResponse < Struct.new(
  :project_arn,
  :project_stage,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of Data Automation Project

Returns:

  • (String)


1372
1373
1374
1375
1376
1377
1378
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1372

class UpdateDataAutomationProjectResponse < Struct.new(
  :project_arn,
  :project_stage,
  :status)
  SENSITIVE = []
  include Aws::Structure
end