Class: Aws::LookoutforVision::Types::ListProjectsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::ListProjectsResponse
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set of projects.
-
#projects ⇒ Array<Types::ProjectMetadata>
A list of projects in your AWS account.
Instance Attribute Details
#next_token ⇒ String
If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set of projects.
1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1289 class ListProjectsResponse < Struct.new( :projects, :next_token) SENSITIVE = [] include Aws::Structure end |
#projects ⇒ Array<Types::ProjectMetadata>
A list of projects in your AWS account.
1289 1290 1291 1292 1293 1294 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1289 class ListProjectsResponse < Struct.new( :projects, :next_token) SENSITIVE = [] include Aws::Structure end |