Class: Aws::BedrockDataAutomation::Types::DeleteDataAutomationProjectResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DeleteDataAutomationProjectResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Delete DataAutomationProject Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
ARN of a DataAutomationProject.
-
#status ⇒ String
Status of Data Automation Project.
Instance Attribute Details
#project_arn ⇒ String
ARN of a DataAutomationProject
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 |
#status ⇒ String
Status of Data Automation Project
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 |