Class: Aws::Resiliencehubv2::Types::PolicySharingRevokedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::PolicySharingRevokedMetadata
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Contains details about a policy for which organization sharing was revoked, including the number of services that were affected.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#affected_service_count ⇒ Integer
The number of services that were using the policy when sharing was revoked.
Instance Attribute Details
#affected_service_count ⇒ Integer
The number of services that were using the policy when sharing was revoked.
3796 3797 3798 3799 3800 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 3796 class PolicySharingRevokedMetadata < Struct.new( :affected_service_count) SENSITIVE = [] include Aws::Structure end |