Class: Aws::NetworkSecurityManager::Types::PolicyReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::PolicyReference
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
A reference to a policy in a create or update request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_identifier ⇒ String
The identifier of the policy.
Instance Attribute Details
#policy_identifier ⇒ String
The identifier of the policy. This is the policy's Amazon Resource Name (ARN), optionally version-qualified to pin a specific published version.
3272 3273 3274 3275 3276 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3272 class PolicyReference < Struct.new( :policy_identifier) SENSITIVE = [] include Aws::Structure end |