Class: Aws::Pinpoint::Types::ApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ApplicationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Get Applications Result.
Instance Attribute Summary collapse
-
#item ⇒ Array<Types::ApplicationResponse>
List of applications returned in this page.
-
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
Instance Attribute Details
#item ⇒ Array<Types::ApplicationResponse>
List of applications returned in this page.
486 487 488 489 490 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 486 class ApplicationsResponse < Struct.new( :item, :next_token) include Aws::Structure end |
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
486 487 488 489 490 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 486 class ApplicationsResponse < Struct.new( :item, :next_token) include Aws::Structure end |