Class: Aws::FMS::Types::GetComplianceDetailResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#policy_compliance_detailTypes::PolicyComplianceDetail

Information about the resources and the policy that you specified in the ‘GetComplianceDetail` request.



1522
1523
1524
1525
1526
# File 'lib/aws-sdk-fms/types.rb', line 1522

class GetComplianceDetailResponse < Struct.new(
  :policy_compliance_detail)
  SENSITIVE = []
  include Aws::Structure
end