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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_filterString

Blueprint Stage filter

Returns:

  • (String)


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_resultsInteger

Max Results

Returns:

  • (Integer)


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_tokenString

Pagination token

Returns:

  • (String)


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

Resource Owner

Returns:

  • (String)


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