Class: Aws::Backup::Types::ListFrameworksInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.

Returns:

  • (Integer)


5248
5249
5250
5251
5252
5253
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5248

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

#next_tokenString

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

Returns:

  • (String)


5248
5249
5250
5251
5252
5253
# File 'gems/aws-sdk-backup/lib/aws-sdk-backup/types.rb', line 5248

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