Class: Aws::AppIntegrationsService::Types::ListApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppIntegrationsService::Types::ListApplicationsResponse
- Defined in:
- gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::ApplicationSummary>
The Applications associated with this account.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
Instance Attribute Details
#applications ⇒ Array<Types::ApplicationSummary>
The Applications associated with this account.
1063 1064 1065 1066 1067 1068 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1063 class ListApplicationsResponse < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
1063 1064 1065 1066 1067 1068 |
# File 'gems/aws-sdk-appintegrationsservice/lib/aws-sdk-appintegrationsservice/types.rb', line 1063 class ListApplicationsResponse < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |