Class: Aws::BedrockDataAutomation::Types::GetDataAutomationProjectResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockDataAutomation::Types::GetDataAutomationProjectResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Get DataAutomationProject Response
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #project  ⇒ Types::DataAutomationProject 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Contains the information of a DataAutomationProject. 
Instance Attribute Details
#project ⇒ Types::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 |