Class: Aws::ResourceExplorer2::Types::ListServiceViewsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of service view results to return in a single response. Valid values are between 1 and 50.

Returns:

  • (Integer)


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_tokenString

The pagination token from a previous ListServiceViews response. Use this token to retrieve the next set of results.

Returns:

  • (String)


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