Class: Aws::FMS::Types::GetPolicyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fms/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#policyTypes::Policy

Information about the specified AWS Firewall Manager policy.

Returns:



235
236
237
238
239
# File 'lib/aws-sdk-fms/types.rb', line 235

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

#policy_arnString

The Amazon Resource Name (ARN) of the specified policy.

Returns:

  • (String)


235
236
237
238
239
# File 'lib/aws-sdk-fms/types.rb', line 235

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