Class: Aws::Pinpoint::Types::ApplicationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Get Applications Result.

Instance Attribute Summary collapse

Instance Attribute Details

#itemArray<Types::ApplicationResponse>

List of applications returned in this page.

Returns:



1174
1175
1176
1177
1178
# File 'lib/aws-sdk-pinpoint/types.rb', line 1174

class ApplicationsResponse < Struct.new(
  :item,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The string that you use in a subsequent request to get the next page of results in a paginated response.

Returns:

  • (String)


1174
1175
1176
1177
1178
# File 'lib/aws-sdk-pinpoint/types.rb', line 1174

class ApplicationsResponse < Struct.new(
  :item,
  :next_token)
  include Aws::Structure
end