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
844 845 846 847 848 849 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 844 class GetDataAutomationProjectRequest < Struct.new( :project_arn, :project_stage) SENSITIVE = [] include Aws::Structure end |
#project_stage ⇒ String
Optional field to delete a specific DataAutomationProject stage
844 845 846 847 848 849 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 844 class GetDataAutomationProjectRequest < Struct.new( :project_arn, :project_stage) SENSITIVE = [] include Aws::Structure end |