Class: Aws::Amplify::Types::ListAppsRequest

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

Overview

The request structure for the list apps request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of records to list in a single response.

Returns:

  • (Integer)


1837
1838
1839
1840
1841
1842
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1837

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

#next_tokenString

A pagination token. If non-null, the pagination token is returned in a result. Pass its value in another request to retrieve more entries.

Returns:

  • (String)


1837
1838
1839
1840
1841
1842
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1837

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