Class: Aws::Types::ResourceComplianceSummaryItem
- Inherits:
-
Object
- Object
- Aws::Types::ResourceComplianceSummaryItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#compliant_summary ⇒ Types::CompliantSummary
Returns the value of attribute compliant_summary.
-
#execution_summary ⇒ Types::ComplianceExecutionSummary
Returns the value of attribute execution_summary.
-
#non_compliant_summary ⇒ Types::NonCompliantSummary
Returns the value of attribute non_compliant_summary.
-
#overall_severity ⇒ "CRITICAL", ...
Returns the value of attribute overall_severity.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#status ⇒ "COMPLIANT", "NON_COMPLIANT"
Returns the value of attribute status.
Instance Attribute Details
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
3846 3847 3848 |
# File 'sig/types.rbs', line 3846 def compliance_type @compliance_type end |
#compliant_summary ⇒ Types::CompliantSummary
Returns the value of attribute compliant_summary.
3852 3853 3854 |
# File 'sig/types.rbs', line 3852 def compliant_summary @compliant_summary end |
#execution_summary ⇒ Types::ComplianceExecutionSummary
Returns the value of attribute execution_summary.
3851 3852 3853 |
# File 'sig/types.rbs', line 3851 def execution_summary @execution_summary end |
#non_compliant_summary ⇒ Types::NonCompliantSummary
Returns the value of attribute non_compliant_summary.
3853 3854 3855 |
# File 'sig/types.rbs', line 3853 def non_compliant_summary @non_compliant_summary end |
#overall_severity ⇒ "CRITICAL", ...
Returns the value of attribute overall_severity.
3850 3851 3852 |
# File 'sig/types.rbs', line 3850 def overall_severity @overall_severity end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
3848 3849 3850 |
# File 'sig/types.rbs', line 3848 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
3847 3848 3849 |
# File 'sig/types.rbs', line 3847 def resource_type @resource_type end |
#status ⇒ "COMPLIANT", "NON_COMPLIANT"
Returns the value of attribute status.
3849 3850 3851 |
# File 'sig/types.rbs', line 3849 def status @status end |