Class: Aws::FMS::Types::PutPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::Policy

The details of the Firewall Manager policy.

Returns:



3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3620

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

#policy_arnString

The Amazon Resource Name (ARN) of the policy.

Returns:

  • (String)


3620
3621
3622
3623
3624
3625
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 3620

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