Class: Aws::Types::UpdateSecurityRequirementEntry
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSecurityRequirementEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#evaluation ⇒ ::String
Returns the value of attribute evaluation.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#remediation ⇒ ::String
Returns the value of attribute remediation.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2368 2369 2370 |
# File 'sig/types.rbs', line 2368 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
2369 2370 2371 |
# File 'sig/types.rbs', line 2369 def domain @domain end |
#evaluation ⇒ ::String
Returns the value of attribute evaluation.
2370 2371 2372 |
# File 'sig/types.rbs', line 2370 def evaluation @evaluation end |
#name ⇒ ::String
Returns the value of attribute name.
2367 2368 2369 |
# File 'sig/types.rbs', line 2367 def name @name end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
2371 2372 2373 |
# File 'sig/types.rbs', line 2371 def remediation @remediation end |