Class: Aws::ResilienceHub::Types::ListResiliencyPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListResiliencyPoliciesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Token for the next set of results, or null if there are no more results.
-
#resiliency_policies ⇒ Array<Types::ResiliencyPolicy>
The resiliency policies for the Resilience Hub applications.
Instance Attribute Details
#next_token ⇒ String
Token for the next set of results, or null if there are no more results.
4366 4367 4368 4369 4370 4371 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4366 class ListResiliencyPoliciesResponse < Struct.new( :next_token, :resiliency_policies) SENSITIVE = [] include Aws::Structure end |
#resiliency_policies ⇒ Array<Types::ResiliencyPolicy>
The resiliency policies for the Resilience Hub applications.
4366 4367 4368 4369 4370 4371 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 4366 class ListResiliencyPoliciesResponse < Struct.new( :next_token, :resiliency_policies) SENSITIVE = [] include Aws::Structure end |