Class: Aws::FMS::Types::PutPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::PutPolicyResponse
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy ⇒ Types::Policy
The details of the Firewall Manager policy.
-
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy.
Instance Attribute Details
#policy ⇒ Types::Policy
The details of the Firewall Manager policy.
4045 4046 4047 4048 4049 4050 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4045 class PutPolicyResponse < Struct.new( :policy, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy.
4045 4046 4047 4048 4049 4050 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4045 class PutPolicyResponse < Struct.new( :policy, :policy_arn) SENSITIVE = [] include Aws::Structure end |