Class: Aws::ConfigService::Types::ConformancePackComplianceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ConformancePackComplianceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Summary includes the name and status of the conformance pack.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conformance_pack_compliance_status ⇒ String
The status of the conformance pack.
-
#conformance_pack_name ⇒ String
The name of the conformance pack name.
Instance Attribute Details
#conformance_pack_compliance_status ⇒ String
The status of the conformance pack.
1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-configservice/types.rb', line 1696 class ConformancePackComplianceSummary < Struct.new( :conformance_pack_name, :conformance_pack_compliance_status) SENSITIVE = [] include Aws::Structure end |
#conformance_pack_name ⇒ String
The name of the conformance pack name.
1696 1697 1698 1699 1700 1701 |
# File 'lib/aws-sdk-configservice/types.rb', line 1696 class ConformancePackComplianceSummary < Struct.new( :conformance_pack_name, :conformance_pack_compliance_status) SENSITIVE = [] include Aws::Structure end |