Class: Aws::SsmSap::Types::ListApplicationsInput

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

#filtersArray<Types::Filter>

The filter of name, value, and operator.

Returns:



826
827
828
829
830
831
832
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 826

class ListApplicationsInput < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Returns:

  • (Integer)


826
827
828
829
830
831
832
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 826

class ListApplicationsInput < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next page of results.

Returns:

  • (String)


826
827
828
829
830
831
832
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 826

class ListApplicationsInput < Struct.new(
  :next_token,
  :max_results,
  :filters)
  SENSITIVE = []
  include Aws::Structure
end