Class: Aws::ResilienceHub::Types::ListSuggestedResiliencyPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListSuggestedResiliencyPoliciesResponse
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#resiliency_policies ⇒ Array<Types::ResiliencyPolicy>
The suggested resiliency policies for the Resilience Hub applications.
Instance Attribute Details
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
2549 2550 2551 2552 2553 2554 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2549 class ListSuggestedResiliencyPoliciesResponse < Struct.new( :next_token, :resiliency_policies) SENSITIVE = [] include Aws::Structure end |
#resiliency_policies ⇒ Array<Types::ResiliencyPolicy>
The suggested resiliency policies for the Resilience Hub applications.
2549 2550 2551 2552 2553 2554 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 2549 class ListSuggestedResiliencyPoliciesResponse < Struct.new( :next_token, :resiliency_policies) SENSITIVE = [] include Aws::Structure end |