Class: Aws::ResilienceHub::Types::ListResiliencyPoliciesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ListResiliencyPoliciesResponse
- Defined in:
- gems/aws-sdk-resiliencehub/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.
4222 4223 4224 4225 4226 4227 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4222 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.
4222 4223 4224 4225 4226 4227 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4222 class ListResiliencyPoliciesResponse < Struct.new( :next_token, :resiliency_policies) SENSITIVE = [] include Aws::Structure end |