Class: Aws::Resiliencehubv2::Types::CreatePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreatePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
The created resilience policy.
Instance Attribute Details
#policy ⇒ Types::Policy
The created resilience policy.
436 437 438 439 440 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 436 class CreatePolicyResponse < Struct.new( :policy) SENSITIVE = [] include Aws::Structure end |