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.
728 729 730 |
# File 'sig/types.rbs', line 728 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
729 730 731 |
# File 'sig/types.rbs', line 729 def domain @domain end |
#evaluation ⇒ ::String
Returns the value of attribute evaluation.
730 731 732 |
# File 'sig/types.rbs', line 730 def evaluation @evaluation end |
#name ⇒ ::String
Returns the value of attribute name.
727 728 729 |
# File 'sig/types.rbs', line 727 def name @name end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
731 732 733 |
# File 'sig/types.rbs', line 731 def remediation @remediation end |