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>)


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_tokenString

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

Returns:

  • (String)


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