Class: Aws::FMS::Types::GetPolicyResponse

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

Information about the specified Firewall Manager policy.

Returns:



1574
1575
1576
1577
1578
1579
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1574

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

#policy_arnString

The Amazon Resource Name (ARN) of the specified policy.

Returns:

  • (String)


1574
1575
1576
1577
1578
1579
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1574

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