Class: Aws::SsmSap::Types::ListApplicationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ListApplicationsOutput
- Defined in:
- gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::ApplicationSummary>
The applications registered with AWS Systems Manager for SAP.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#applications ⇒ Array<Types::ApplicationSummary>
The applications registered with AWS Systems Manager for SAP.
857 858 859 860 861 862 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 857 class ListApplicationsOutput < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
857 858 859 860 861 862 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 857 class ListApplicationsOutput < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |