Class: Aws::Types::AwsSsmComplianceSummary
- Inherits:
-
Object
- Object
- Aws::Types::AwsSsmComplianceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
-
#compliant_critical_count ⇒ ::Integer
Returns the value of attribute compliant_critical_count.
-
#compliant_high_count ⇒ ::Integer
Returns the value of attribute compliant_high_count.
-
#compliant_informational_count ⇒ ::Integer
Returns the value of attribute compliant_informational_count.
-
#compliant_low_count ⇒ ::Integer
Returns the value of attribute compliant_low_count.
-
#compliant_medium_count ⇒ ::Integer
Returns the value of attribute compliant_medium_count.
-
#compliant_unspecified_count ⇒ ::Integer
Returns the value of attribute compliant_unspecified_count.
-
#execution_type ⇒ ::String
Returns the value of attribute execution_type.
-
#non_compliant_critical_count ⇒ ::Integer
Returns the value of attribute non_compliant_critical_count.
-
#non_compliant_high_count ⇒ ::Integer
Returns the value of attribute non_compliant_high_count.
-
#non_compliant_informational_count ⇒ ::Integer
Returns the value of attribute non_compliant_informational_count.
-
#non_compliant_low_count ⇒ ::Integer
Returns the value of attribute non_compliant_low_count.
-
#non_compliant_medium_count ⇒ ::Integer
Returns the value of attribute non_compliant_medium_count.
-
#non_compliant_unspecified_count ⇒ ::Integer
Returns the value of attribute non_compliant_unspecified_count.
-
#overall_severity ⇒ ::String
Returns the value of attribute overall_severity.
-
#patch_baseline_id ⇒ ::String
Returns the value of attribute patch_baseline_id.
-
#patch_group ⇒ ::String
Returns the value of attribute patch_group.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#compliance_type ⇒ ::String
Returns the value of attribute compliance_type.
4404 4405 4406 |
# File 'sig/types.rbs', line 4404 def compliance_type @compliance_type end |
#compliant_critical_count ⇒ ::Integer
Returns the value of attribute compliant_critical_count.
4393 4394 4395 |
# File 'sig/types.rbs', line 4393 def compliant_critical_count @compliant_critical_count end |
#compliant_high_count ⇒ ::Integer
Returns the value of attribute compliant_high_count.
4394 4395 4396 |
# File 'sig/types.rbs', line 4394 def compliant_high_count @compliant_high_count end |
#compliant_informational_count ⇒ ::Integer
Returns the value of attribute compliant_informational_count.
4398 4399 4400 |
# File 'sig/types.rbs', line 4398 def compliant_informational_count @compliant_informational_count end |
#compliant_low_count ⇒ ::Integer
Returns the value of attribute compliant_low_count.
4403 4404 4405 |
# File 'sig/types.rbs', line 4403 def compliant_low_count @compliant_low_count end |
#compliant_medium_count ⇒ ::Integer
Returns the value of attribute compliant_medium_count.
4395 4396 4397 |
# File 'sig/types.rbs', line 4395 def compliant_medium_count @compliant_medium_count end |
#compliant_unspecified_count ⇒ ::Integer
Returns the value of attribute compliant_unspecified_count.
4400 4401 4402 |
# File 'sig/types.rbs', line 4400 def compliant_unspecified_count @compliant_unspecified_count end |
#execution_type ⇒ ::String
Returns the value of attribute execution_type.
4396 4397 4398 |
# File 'sig/types.rbs', line 4396 def execution_type @execution_type end |
#non_compliant_critical_count ⇒ ::Integer
Returns the value of attribute non_compliant_critical_count.
4397 4398 4399 |
# File 'sig/types.rbs', line 4397 def non_compliant_critical_count @non_compliant_critical_count end |
#non_compliant_high_count ⇒ ::Integer
Returns the value of attribute non_compliant_high_count.
4402 4403 4404 |
# File 'sig/types.rbs', line 4402 def non_compliant_high_count @non_compliant_high_count end |
#non_compliant_informational_count ⇒ ::Integer
Returns the value of attribute non_compliant_informational_count.
4399 4400 4401 |
# File 'sig/types.rbs', line 4399 def non_compliant_informational_count @non_compliant_informational_count end |
#non_compliant_low_count ⇒ ::Integer
Returns the value of attribute non_compliant_low_count.
4401 4402 4403 |
# File 'sig/types.rbs', line 4401 def non_compliant_low_count @non_compliant_low_count end |
#non_compliant_medium_count ⇒ ::Integer
Returns the value of attribute non_compliant_medium_count.
4407 4408 4409 |
# File 'sig/types.rbs', line 4407 def non_compliant_medium_count @non_compliant_medium_count end |
#non_compliant_unspecified_count ⇒ ::Integer
Returns the value of attribute non_compliant_unspecified_count.
4408 4409 4410 |
# File 'sig/types.rbs', line 4408 def non_compliant_unspecified_count @non_compliant_unspecified_count end |
#overall_severity ⇒ ::String
Returns the value of attribute overall_severity.
4406 4407 4408 |
# File 'sig/types.rbs', line 4406 def overall_severity @overall_severity end |
#patch_baseline_id ⇒ ::String
Returns the value of attribute patch_baseline_id.
4405 4406 4407 |
# File 'sig/types.rbs', line 4405 def patch_baseline_id @patch_baseline_id end |
#patch_group ⇒ ::String
Returns the value of attribute patch_group.
4409 4410 4411 |
# File 'sig/types.rbs', line 4409 def patch_group @patch_group end |
#status ⇒ ::String
Returns the value of attribute status.
4392 4393 4394 |
# File 'sig/types.rbs', line 4392 def status @status end |