Class: Aws::Backup::Types::ListFrameworksInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ListFrameworksInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The number of desired results from 1 to 1000.
-
#next_token ⇒ String
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.
Instance Attribute Details
#max_results ⇒ Integer
The number of desired results from 1 to 1000. Optional. If unspecified, the query will return 1 MB of data.
6409 6410 6411 6412 6413 6414 |
# File 'lib/aws-sdk-backup/types.rb', line 6409 class ListFrameworksInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
6409 6410 6411 6412 6413 6414 |
# File 'lib/aws-sdk-backup/types.rb', line 6409 class ListFrameworksInput < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |