Class: Aws::Glue::Types::ListBlueprintsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#blueprintsArray<String>

List of names of blueprints in the account.

Returns:

  • (Array<String>)


14716
14717
14718
14719
14720
14721
# File 'lib/aws-sdk-glue/types.rb', line 14716

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

#next_tokenString

A continuation token, if not all blueprint names have been returned.

Returns:

  • (String)


14716
14717
14718
14719
14720
14721
# File 'lib/aws-sdk-glue/types.rb', line 14716

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