Class: Aws::BedrockDataAutomation::Types::GetDataAutomationProjectRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BedrockDataAutomation::Types::GetDataAutomationProjectRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Get DataAutomationProject Request
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #project_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    ARN generated at the server side when a DataAutomationProject is created. 
- 
  
    
      #project_stage  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Optional field to delete a specific DataAutomationProject stage. 
Instance Attribute Details
#project_arn ⇒ String
ARN generated at the server side when a DataAutomationProject is created
| 834 835 836 837 838 839 | # File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 834 class GetDataAutomationProjectRequest < Struct.new( :project_arn, :project_stage) SENSITIVE = [] include Aws::Structure end | 
#project_stage ⇒ String
Optional field to delete a specific DataAutomationProject stage
| 834 835 836 837 838 839 | # File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 834 class GetDataAutomationProjectRequest < Struct.new( :project_arn, :project_stage) SENSITIVE = [] include Aws::Structure end |