Class: Aws::BedrockDataAutomation::Types::ListDataAutomationProjectsResponse

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

Overview

List DataAutomationProject Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token

Returns:

  • (String)


2175
2176
2177
2178
2179
2180
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2175

class ListDataAutomationProjectsResponse < Struct.new(
  :projects,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#projectsArray<Types::DataAutomationProjectSummary>

List of DataAutomationProjectSummary



2175
2176
2177
2178
2179
2180
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 2175

class ListDataAutomationProjectsResponse < Struct.new(
  :projects,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end