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)


1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1169

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

#projectsArray<Types::DataAutomationProjectSummary>

List of DataAutomationProjectSummary



1169
1170
1171
1172
1173
1174
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1169

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