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.
721 722 723 |
# File 'sig/types.rbs', line 721 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
722 723 724 |
# File 'sig/types.rbs', line 722 def domain @domain end |
#evaluation ⇒ ::String
Returns the value of attribute evaluation.
723 724 725 |
# File 'sig/types.rbs', line 723 def evaluation @evaluation end |
#name ⇒ ::String
Returns the value of attribute name.
720 721 722 |
# File 'sig/types.rbs', line 720 def name @name end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
724 725 726 |
# File 'sig/types.rbs', line 724 def remediation @remediation end |