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

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

Overview

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.



178
179
180
181
# File 'lib/aws-sdk-fms/types.rb', line 178

class GetComplianceDetailResponse < Struct.new(
  :policy_compliance_detail)
  include Aws::Structure
end