Class: Aws::WAFV2::Types::GetPermissionPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-wafv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyString

The IAM policy that is attached to the specified rule group.

Returns:

  • (String)


3193
3194
3195
3196
3197
# File 'lib/aws-sdk-wafv2/types.rb', line 3193

class GetPermissionPolicyResponse < Struct.new(
  :policy)
  SENSITIVE = []
  include Aws::Structure
end