Class: Aws::BedrockDataAutomation::Types::ListBlueprintsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ListBlueprintsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
List Blueprint Request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprint_arn ⇒ String
ARN of a Blueprint.
-
#blueprint_stage_filter ⇒ String
Blueprint Stage filter.
-
#max_results ⇒ Integer
Max Results.
-
#next_token ⇒ String
Pagination token.
-
#project_filter ⇒ Types::DataAutomationProjectFilter
Data Automation Project Filter.
-
#resource_owner ⇒ String
Resource Owner.
Instance Attribute Details
#blueprint_arn ⇒ String
ARN of a Blueprint
1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1123 class ListBlueprintsRequest < Struct.new( :blueprint_arn, :resource_owner, :blueprint_stage_filter, :max_results, :next_token, :project_filter) SENSITIVE = [] include Aws::Structure end |
#blueprint_stage_filter ⇒ String
Blueprint Stage filter
1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1123 class ListBlueprintsRequest < Struct.new( :blueprint_arn, :resource_owner, :blueprint_stage_filter, :max_results, :next_token, :project_filter) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
Max Results
1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1123 class ListBlueprintsRequest < Struct.new( :blueprint_arn, :resource_owner, :blueprint_stage_filter, :max_results, :next_token, :project_filter) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token
1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1123 class ListBlueprintsRequest < Struct.new( :blueprint_arn, :resource_owner, :blueprint_stage_filter, :max_results, :next_token, :project_filter) SENSITIVE = [] include Aws::Structure end |
#project_filter ⇒ Types::DataAutomationProjectFilter
Data Automation Project Filter
1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1123 class ListBlueprintsRequest < Struct.new( :blueprint_arn, :resource_owner, :blueprint_stage_filter, :max_results, :next_token, :project_filter) SENSITIVE = [] include Aws::Structure end |
#resource_owner ⇒ String
Resource Owner
1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 |
# File 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1123 class ListBlueprintsRequest < Struct.new( :blueprint_arn, :resource_owner, :blueprint_stage_filter, :max_results, :next_token, :project_filter) SENSITIVE = [] include Aws::Structure end |