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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fms/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 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1522

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