Class: Aws::Types::BatchCreateSecurityRequirementResult
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateSecurityRequirementResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
-
#remediation ⇒ ::String
Returns the value of attribute remediation.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
119 120 121 |
# File 'sig/types.rbs', line 119 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
115 116 117 |
# File 'sig/types.rbs', line 115 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
116 117 118 |
# File 'sig/types.rbs', line 116 def domain @domain end |
#evaluation ⇒ ::String
Returns the value of attribute evaluation.
117 118 119 |
# File 'sig/types.rbs', line 117 def evaluation @evaluation end |
#name ⇒ ::String
Returns the value of attribute name.
114 115 116 |
# File 'sig/types.rbs', line 114 def name @name end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def pack_id @pack_id end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
118 119 120 |
# File 'sig/types.rbs', line 118 def remediation @remediation end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
120 121 122 |
# File 'sig/types.rbs', line 120 def updated_at @updated_at end |