Class: Aws::BedrockDataAutomation::Types::ListDataAutomationProjectsRequest

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

Overview

List DataAutomationProject Request

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprint_filterTypes::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_filterTypes::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_resultsInteger

Max Results

Returns:

  • (Integer)


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_tokenString

Pagination token

Returns:

  • (String)


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_filterString

Project Stage filter

Returns:

  • (String)


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_ownerString

Resource Owner

Returns:

  • (String)


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