Class: Aws::BedrockDataAutomation::Types::ListBlueprintsResponse

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

Overview

List Blueprint Response

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprintsArray<Types::BlueprintSummary>

List of Blueprints

Returns:



1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1146

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

#next_tokenString

Pagination token

Returns:

  • (String)


1146
1147
1148
1149
1150
1151
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 1146

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