Class: Aws::SMS::Types::ListAppsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_idsArray<String>

The unique application IDs.

Returns:

  • (Array<String>)


1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1003

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

#max_resultsInteger

The maximum number of results to return in a single call. The default value is 100. To retrieve the remaining results, make another call with the returned NextToken value.

Returns:

  • (Integer)


1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1003

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

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


1003
1004
1005
1006
1007
1008
1009
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1003

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