Class: Aws::BedrockDataAutomation::Types::DataAutomationProjectFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::DataAutomationProjectFilter
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
Data Automation Project Filter
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#project_arn ⇒ String
ARN of a DataAutomationProject.
-
#project_stage ⇒ String
Stage of the Project.
Instance Attribute Details
#project_arn ⇒ String
ARN of a DataAutomationProject
580 581 582 583 584 585 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 580 class DataAutomationProjectFilter < Struct.new( :project_arn, :project_stage) SENSITIVE = [] include Aws::Structure end |
#project_stage ⇒ String
Stage of the Project
580 581 582 583 584 585 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 580 class DataAutomationProjectFilter < Struct.new( :project_arn, :project_stage) SENSITIVE = [] include Aws::Structure end |