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 AWS 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 AWS Firewall Manager policy.
685 686 687 688 689 690 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 685 class GetPolicyResponse < Struct.new( :policy, :policy_arn) SENSITIVE = [] include Aws::Structure end |
#policy_arn ⇒ String
The Amazon Resource Name (ARN) of the specified policy.
685 686 687 688 689 690 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 685 class GetPolicyResponse < Struct.new( :policy, :policy_arn) SENSITIVE = [] include Aws::Structure end |