Class: Aws::Types::SecurityControl
- Inherits:
-
Object
- Object
- Aws::Types::SecurityControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_update_reason ⇒ ::String
Returns the value of attribute last_update_reason.
-
#parameters ⇒ ::Hash[::String, Types::ParameterConfiguration]
Returns the value of attribute parameters.
-
#provider ⇒ "AWS", "Azure"
Returns the value of attribute provider.
-
#remediation_url ⇒ ::String
Returns the value of attribute remediation_url.
-
#security_control_arn ⇒ ::String
Returns the value of attribute security_control_arn.
-
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
-
#security_control_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute security_control_status.
-
#severity_rating ⇒ "LOW", ...
Returns the value of attribute severity_rating.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#update_status ⇒ "READY", "UPDATING"
Returns the value of attribute update_status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
7489 7490 7491 |
# File 'sig/types.rbs', line 7489 def description @description end |
#last_update_reason ⇒ ::String
Returns the value of attribute last_update_reason.
7495 7496 7497 |
# File 'sig/types.rbs', line 7495 def last_update_reason @last_update_reason end |
#parameters ⇒ ::Hash[::String, Types::ParameterConfiguration]
Returns the value of attribute parameters.
7494 7495 7496 |
# File 'sig/types.rbs', line 7494 def parameters @parameters end |
#provider ⇒ "AWS", "Azure"
Returns the value of attribute provider.
7496 7497 7498 |
# File 'sig/types.rbs', line 7496 def provider @provider end |
#remediation_url ⇒ ::String
Returns the value of attribute remediation_url.
7490 7491 7492 |
# File 'sig/types.rbs', line 7490 def remediation_url @remediation_url end |
#security_control_arn ⇒ ::String
Returns the value of attribute security_control_arn.
7487 7488 7489 |
# File 'sig/types.rbs', line 7487 def security_control_arn @security_control_arn end |
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
7486 7487 7488 |
# File 'sig/types.rbs', line 7486 def security_control_id @security_control_id end |
#security_control_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute security_control_status.
7492 7493 7494 |
# File 'sig/types.rbs', line 7492 def security_control_status @security_control_status end |
#severity_rating ⇒ "LOW", ...
Returns the value of attribute severity_rating.
7491 7492 7493 |
# File 'sig/types.rbs', line 7491 def @severity_rating end |
#title ⇒ ::String
Returns the value of attribute title.
7488 7489 7490 |
# File 'sig/types.rbs', line 7488 def title @title end |
#update_status ⇒ "READY", "UPDATING"
Returns the value of attribute update_status.
7493 7494 7495 |
# File 'sig/types.rbs', line 7493 def update_status @update_status end |