Class: Aws::FMS::Types::GetComplianceDetailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetComplianceDetailResponse
- Defined in:
- gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_compliance_detail ⇒ Types::PolicyComplianceDetail
Information about the resources and the policy that you specified in the
GetComplianceDetail
request.
Instance Attribute Details
#policy_compliance_detail ⇒ Types::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 |