Class: Aws::SsmSap::Types::ListApplicationsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationsArray<Types::ApplicationSummary>

The applications registered with AWS Systems Manager for SAP.

Returns:



845
846
847
848
849
850
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 845

class ListApplicationsOutput < Struct.new(
  :applications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


845
846
847
848
849
850
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 845

class ListApplicationsOutput < Struct.new(
  :applications,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end