Class: Aws::FMS::Types::GetPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetPolicyResponse
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
Information about the specified Firewall Manager policy.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the specified policy.
Instance Attribute Details
#policy ⇒ Types::Policy
Information about the specified Firewall Manager policy.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the specified policy.
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 |