Class: Aws::BedrockDataAutomation::Types::DeleteDataAutomationProjectResponse

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

Overview

Delete DataAutomationProject Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#project_arnString

ARN of a DataAutomationProject

Returns:

  • (String)


717
718
719
720
721
722
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 717

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

#statusString

Status of Data Automation Project

Returns:

  • (String)


717
718
719
720
721
722
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 717

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