Class: Aws::Resiliencehubv2::Types::ServicePolicyDisassociatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServicePolicyDisassociatedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for a service policy disassociated event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
ARN identifier.
-
#policy_name ⇒ String
The name of the disassociated policy.
Instance Attribute Details
#policy_arn ⇒ String
ARN identifier.
3560 3561 3562 3563 3564 3565 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3560 class ServicePolicyDisassociatedMetadata < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the disassociated policy.
3560 3561 3562 3563 3564 3565 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3560 class ServicePolicyDisassociatedMetadata < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |