Class: Aws::SMS::Types::ListAppsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::ListAppsRequest
- Defined in:
- gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_ids ⇒ Array<String>
The unique application IDs.
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#app_ids ⇒ Array<String>
The unique application IDs.
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_results ⇒ Integer
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.
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_token ⇒ String
The token for the next set of results.
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 |