Class: Aws::NetworkSecurityManager::Types::AssociatedPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AssociatedPolicy
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
An association between a deployment and a policy, as returned in
outputs. The corresponding request structure is PolicyReference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_arn ⇒ String
The ARN of the associated policy, including its version qualifier when a specific published version is pinned (for example,
...:policy:abc123:3).
Instance Attribute Details
#policy_arn ⇒ String
The ARN of the associated policy, including its version qualifier
when a specific published version is pinned (for example,
...:policy:abc123:3).
375 376 377 378 379 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 375 class AssociatedPolicy < Struct.new( :policy_arn) SENSITIVE = [] include Aws::Structure end |