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.
4036 4037 4038 4039 4040 4041 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4036 class PutPolicyResponse < Struct.new( :policy, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the policy.
4036 4037 4038 4039 4040 4041 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4036 class PutPolicyResponse < Struct.new( :policy, :policy_arn) SENSITIVE = [] include Aws::Structure end |