Class: Aws::Resiliencehubv2::Types::ServicePolicyAssociatedMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ServicePolicyAssociatedMetadata
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Metadata for a service 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.
3596 3597 3598 3599 3600 3601 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3596 class ServicePolicyAssociatedMetadata < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the associated policy.
3596 3597 3598 3599 3600 3601 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 3596 class ServicePolicyAssociatedMetadata < Struct.new( :policy_name, :policy_arn) SENSITIVE = [] include Aws::Structure end |