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.
2392 2393 2394 |
# File 'sig/types.rbs', line 2392 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
2393 2394 2395 |
# File 'sig/types.rbs', line 2393 def domain @domain end |
#evaluation ⇒ ::String
Returns the value of attribute evaluation.
2394 2395 2396 |
# File 'sig/types.rbs', line 2394 def evaluation @evaluation end |
#name ⇒ ::String
Returns the value of attribute name.
2391 2392 2393 |
# File 'sig/types.rbs', line 2391 def name @name end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
2395 2396 2397 |
# File 'sig/types.rbs', line 2395 def remediation @remediation end |