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.
2350 2351 2352 |
# File 'sig/types.rbs', line 2350 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
2351 2352 2353 |
# File 'sig/types.rbs', line 2351 def domain @domain end |
#evaluation ⇒ ::String
Returns the value of attribute evaluation.
2352 2353 2354 |
# File 'sig/types.rbs', line 2352 def evaluation @evaluation end |
#name ⇒ ::String
Returns the value of attribute name.
2349 2350 2351 |
# File 'sig/types.rbs', line 2349 def name @name end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
2353 2354 2355 |
# File 'sig/types.rbs', line 2353 def remediation @remediation end |