Class: Aws::BedrockDataAutomation::Types::ListBlueprintsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ListBlueprintsRequest
- Defined in:
- gems/aws-sdk-bedrockdataautomation/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
1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1939 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
1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1939 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
1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1939 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
1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1939 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
1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1939 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
1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 |
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1939 class ListBlueprintsRequest < Struct.new( :blueprint_arn, :resource_owner, :blueprint_stage_filter, :max_results, :next_token, :project_filter) SENSITIVE = [] include Aws::Structure end |