Class: Aws::BedrockDataAutomation::Types::ListBlueprintsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockDataAutomation::Types::ListBlueprintsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockdataautomation/types.rb
Overview
List Blueprint Response
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprints ⇒ Array<Types::BlueprintSummary>
List of Blueprints.
-
#next_token ⇒ String
Pagination token.
Instance Attribute Details
#blueprints ⇒ Array<Types::BlueprintSummary>
List of Blueprints
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_token ⇒ String
Pagination token
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 |