Class: Aws::IoT1ClickProjects::Types::ListProjectsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token used to retrieve the next set of results - will be effectively empty if there are no further results.

Returns:

  • (String)


332
333
334
335
336
337
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 332

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

#projectsArray<Types::ProjectSummary>

An object containing the list of projects.

Returns:



332
333
334
335
336
337
# File 'gems/aws-sdk-iot1clickprojects/lib/aws-sdk-iot1clickprojects/types.rb', line 332

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