Class: Aws::Types::SecurityControlDefinition
- Inherits:
-
Object
- Object
- Aws::Types::SecurityControlDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_region_availability ⇒ "AVAILABLE", "UNAVAILABLE"
Returns the value of attribute current_region_availability.
-
#customizable_properties ⇒ ::Array[("Parameters")]
Returns the value of attribute customizable_properties.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#parameter_definitions ⇒ ::Hash[::String, Types::ParameterDefinition]
Returns the value of attribute parameter_definitions.
-
#provider ⇒ "AWS", "Azure"
Returns the value of attribute provider.
-
#remediation_url ⇒ ::String
Returns the value of attribute remediation_url.
-
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
-
#severity_rating ⇒ "LOW", ...
Returns the value of attribute severity_rating.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#current_region_availability ⇒ "AVAILABLE", "UNAVAILABLE"
Returns the value of attribute current_region_availability.
7512 7513 7514 |
# File 'sig/types.rbs', line 7512 def current_region_availability @current_region_availability end |
#customizable_properties ⇒ ::Array[("Parameters")]
Returns the value of attribute customizable_properties.
7513 7514 7515 |
# File 'sig/types.rbs', line 7513 def customizable_properties @customizable_properties end |
#description ⇒ ::String
Returns the value of attribute description.
7509 7510 7511 |
# File 'sig/types.rbs', line 7509 def description @description end |
#parameter_definitions ⇒ ::Hash[::String, Types::ParameterDefinition]
Returns the value of attribute parameter_definitions.
7514 7515 7516 |
# File 'sig/types.rbs', line 7514 def parameter_definitions @parameter_definitions end |
#provider ⇒ "AWS", "Azure"
Returns the value of attribute provider.
7515 7516 7517 |
# File 'sig/types.rbs', line 7515 def provider @provider end |
#remediation_url ⇒ ::String
Returns the value of attribute remediation_url.
7510 7511 7512 |
# File 'sig/types.rbs', line 7510 def remediation_url @remediation_url end |
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
7507 7508 7509 |
# File 'sig/types.rbs', line 7507 def security_control_id @security_control_id end |
#severity_rating ⇒ "LOW", ...
Returns the value of attribute severity_rating.
7511 7512 7513 |
# File 'sig/types.rbs', line 7511 def @severity_rating end |
#title ⇒ ::String
Returns the value of attribute title.
7508 7509 7510 |
# File 'sig/types.rbs', line 7508 def title @title end |