Class: Aws::Resiliencehubv2::Types::SystemPolicyAssociatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::SystemPolicyAssociatedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for a system policy associated event.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
ARN identifier.
-
#policy_name ⇒ String
The name of the associated policy.
Instance Attribute Details
#policy_arn ⇒ String
ARN identifier.
4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4177 class SystemPolicyAssociatedMetadata < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the associated policy.
4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4177 class SystemPolicyAssociatedMetadata < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |