Class: Aws::ResilienceHub::Types::ListSuggestedResiliencyPoliciesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListSuggestedResiliencyPoliciesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results to include in the response.
-
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to include in the response. If more results exist than the specified ‘MaxResults` value, a token is included in the response so that the remaining results can be retrieved.
4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4491 class ListSuggestedResiliencyPoliciesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Null, or the token from a previous call to get the next set of results.
4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4491 class ListSuggestedResiliencyPoliciesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |