Class: Aws::FMS::Types::GetComplianceDetailResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::GetComplianceDetailResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-fms/types.rb', line 1522 class GetComplianceDetailResponse < Struct.new( :policy_compliance_detail) SENSITIVE = [] include Aws::Structure end |