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.
1007 1008 1009 1010 1011 1012 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1007 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.
1007 1008 1009 1010 1011 1012 |
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 1007 class ListApplicationsOutput < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |