Class: Aws::BedrockDataAutomation::Types::ListDataAutomationProjectsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ListDataAutomationProjectsRequest
- Defined in:
- gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb
Overview
List DataAutomationProject Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_filter ⇒ Types::BlueprintFilter
Blueprint Filter.
-
#library_filter ⇒ Types::DataAutomationLibraryFilter
Data Automation Library Filter.
-
#max_results ⇒ Integer
Max Results.
-
#next_token ⇒ String
Pagination token.
-
#project_stage_filter ⇒ String
Project Stage filter.
-
#resource_owner ⇒ String
Resource Owner.
Instance Attribute Details
#blueprint_filter ⇒ Types::BlueprintFilter
Blueprint Filter
2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2133 class ListDataAutomationProjectsRequest < Struct.new( :max_results, :next_token, :project_stage_filter, :blueprint_filter, :resource_owner, :library_filter) SENSITIVE = [] include Aws::Structure end |
#library_filter ⇒ Types::DataAutomationLibraryFilter
Data Automation Library Filter
2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2133 class ListDataAutomationProjectsRequest < Struct.new( :max_results, :next_token, :project_stage_filter, :blueprint_filter, :resource_owner, :library_filter) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Max Results
2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2133 class ListDataAutomationProjectsRequest < Struct.new( :max_results, :next_token, :project_stage_filter, :blueprint_filter, :resource_owner, :library_filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token
2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2133 class ListDataAutomationProjectsRequest < Struct.new( :max_results, :next_token, :project_stage_filter, :blueprint_filter, :resource_owner, :library_filter) SENSITIVE = [] include Aws::Structure end |
#project_stage_filter ⇒ String
Project Stage filter
2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2133 class ListDataAutomationProjectsRequest < Struct.new( :max_results, :next_token, :project_stage_filter, :blueprint_filter, :resource_owner, :library_filter) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
Resource Owner
2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2133 class ListDataAutomationProjectsRequest < Struct.new( :max_results, :next_token, :project_stage_filter, :blueprint_filter, :resource_owner, :library_filter) SENSITIVE = [] include Aws::Structure end |