Class: Aws::BedrockDataAutomation::Types::ListBlueprintsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb

Overview

List Blueprint Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_arnString

ARN of a Blueprint

Returns:

  • (String)


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_filterString

Blueprint Stage filter

Returns:

  • (String)


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_resultsInteger

Max Results

Returns:

  • (Integer)


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_tokenString

Pagination token

Returns:

  • (String)


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_filterTypes::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_ownerString

Resource Owner

Returns:

  • (String)


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