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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-bedrockdataautomation/types.rb', line 1146

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