Class: Aws::ResourceExplorer2::Types::ListServiceViewsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ListServiceViewsInput
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of service view results to return in a single response.
-
#next_token ⇒ String
The pagination token from a previous
ListServiceViewsresponse.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of service view results to return in a single
response. Valid values are between 1 and 50.
1214 1215 1216 1217 1218 1219 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1214 class ListServiceViewsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from a previous ListServiceViews response.
Use this token to retrieve the next set of results.
1214 1215 1216 1217 1218 1219 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1214 class ListServiceViewsInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |