Class: Aws::Resiliencehubv2::Types::GetPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::GetPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
The requested resilience policy.
Instance Attribute Details
#policy ⇒ Types::Policy
The requested resilience policy.
1588 1589 1590 1591 1592 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1588 class GetPolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |