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.



1338
1339
1340
1341
1342
# File 'lib/aws-sdk-fms/types.rb', line 1338

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