Class: Aws::Resiliencehubv2::Types::UpdatePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::UpdatePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
The updated policy.
Instance Attribute Details
#policy ⇒ Types::Policy
The updated policy.
4651 4652 4653 4654 4655 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4651 class UpdatePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |