Class: Aws::Glue::Types::ListBlueprintsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListBlueprintsResponse
- Defined in:
- gems/aws-sdk-glue/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.
13048 13049 13050 13051 13052 13053 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13048 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.
13048 13049 13050 13051 13052 13053 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13048 class ListBlueprintsResponse < Struct.new( :blueprints, :next_token) SENSITIVE = [] include Aws::Structure end |