Class: Aws::Types::CreateSecurityRequirementEntry
- Inherits:
-
Object
- Object
- Aws::Types::CreateSecurityRequirementEntry
- 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.
746 747 748 |
# File 'sig/types.rbs', line 746 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
747 748 749 |
# File 'sig/types.rbs', line 747 def domain @domain end |
#evaluation ⇒ ::String
Returns the value of attribute evaluation.
748 749 750 |
# File 'sig/types.rbs', line 748 def evaluation @evaluation end |
#name ⇒ ::String
Returns the value of attribute name.
745 746 747 |
# File 'sig/types.rbs', line 745 def name @name end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
749 750 751 |
# File 'sig/types.rbs', line 749 def remediation @remediation end |