Class: Aws::GlueDataBrew::Types::ListProjectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListProjectsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
-
#projects ⇒ Array<Types::Project>
A list of projects that are defined .
Instance Attribute Details
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
2554 2555 2556 2557 2558 2559 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2554 class ListProjectsResponse < Struct.new( :projects, :next_token) SENSITIVE = [] include Aws::Structure end |
#projects ⇒ Array<Types::Project>
A list of projects that are defined .
2554 2555 2556 2557 2558 2559 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2554 class ListProjectsResponse < Struct.new( :projects, :next_token) SENSITIVE = [] include Aws::Structure end |