Class: Aws::GlueDataBrew::Types::ListProjectsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that you can use in a subsequent call to retrieve the next set of results.

Returns:

  • (String)


2554
2555
2556
2557
2558
2559
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2554

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

#projectsArray<Types::Project>

A list of projects that are defined .

Returns:



2554
2555
2556
2557
2558
2559
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2554

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