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:



1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1390

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)


1390
1391
1392
1393
1394
1395
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1390

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