Class: Aws::NetworkSecurityManager::Types::AssociatedPolicy

Inherits:
Struct
  • Object
show all
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

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).

Returns:

  • (String)


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