Class: Aws::BedrockDataAutomation::Types::GetDataAutomationProjectResponse

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

Overview

Get DataAutomationProject Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#projectTypes::DataAutomationProject

Contains the information of a DataAutomationProject.



849
850
851
852
853
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 849

class GetDataAutomationProjectResponse < Struct.new(
  :project)
  SENSITIVE = []
  include Aws::Structure
end