Class: Aws::Glue::Types::ListBlueprintsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListBlueprintsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#blueprints ⇒ Array<String>
List of names of blueprints in the account.
-
#next_token ⇒ String
A continuation token, if not all blueprint names have been returned.
Instance Attribute Details
#blueprints ⇒ Array<String>
List of names of blueprints in the account.
15789 15790 15791 15792 15793 15794 |
# File 'lib/aws-sdk-glue/types.rb', line 15789 class ListBlueprintsResponse < Struct.new( :blueprints, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if not all blueprint names have been returned.
15789 15790 15791 15792 15793 15794 |
# File 'lib/aws-sdk-glue/types.rb', line 15789 class ListBlueprintsResponse < Struct.new( :blueprints, :next_token) SENSITIVE = [] include Aws::Structure end |