Class: Aws::Types::StandardsControl
- Inherits:
-
Object
- Object
- Aws::Types::StandardsControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control_id ⇒ ::String
Returns the value of attribute control_id.
-
#control_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute control_status.
-
#control_status_updated_at ⇒ ::Time
Returns the value of attribute control_status_updated_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disabled_reason ⇒ ::String
Returns the value of attribute disabled_reason.
-
#related_requirements ⇒ ::Array[::String]
Returns the value of attribute related_requirements.
-
#remediation_url ⇒ ::String
Returns the value of attribute remediation_url.
-
#severity_rating ⇒ "LOW", ...
Returns the value of attribute severity_rating.
-
#standards_control_arn ⇒ ::String
Returns the value of attribute standards_control_arn.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#control_id ⇒ ::String
Returns the value of attribute control_id.
7668 7669 7670 |
# File 'sig/types.rbs', line 7668 def control_id @control_id end |
#control_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute control_status.
7665 7666 7667 |
# File 'sig/types.rbs', line 7665 def control_status @control_status end |
#control_status_updated_at ⇒ ::Time
Returns the value of attribute control_status_updated_at.
7667 7668 7669 |
# File 'sig/types.rbs', line 7667 def control_status_updated_at @control_status_updated_at end |
#description ⇒ ::String
Returns the value of attribute description.
7670 7671 7672 |
# File 'sig/types.rbs', line 7670 def description @description end |
#disabled_reason ⇒ ::String
Returns the value of attribute disabled_reason.
7666 7667 7668 |
# File 'sig/types.rbs', line 7666 def disabled_reason @disabled_reason end |
#related_requirements ⇒ ::Array[::String]
Returns the value of attribute related_requirements.
7673 7674 7675 |
# File 'sig/types.rbs', line 7673 def @related_requirements end |
#remediation_url ⇒ ::String
Returns the value of attribute remediation_url.
7671 7672 7673 |
# File 'sig/types.rbs', line 7671 def remediation_url @remediation_url end |
#severity_rating ⇒ "LOW", ...
Returns the value of attribute severity_rating.
7672 7673 7674 |
# File 'sig/types.rbs', line 7672 def @severity_rating end |
#standards_control_arn ⇒ ::String
Returns the value of attribute standards_control_arn.
7664 7665 7666 |
# File 'sig/types.rbs', line 7664 def standards_control_arn @standards_control_arn end |
#title ⇒ ::String
Returns the value of attribute title.
7669 7670 7671 |
# File 'sig/types.rbs', line 7669 def title @title end |