Class: Aws::Types::BatchGetSecurityRequirementResult
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSecurityRequirementResult
- 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.
297 298 299 |
# File 'sig/types.rbs', line 297 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
293 294 295 |
# File 'sig/types.rbs', line 293 def description @description end |
#domain ⇒ ::String
Returns the value of attribute domain.
294 295 296 |
# File 'sig/types.rbs', line 294 def domain @domain end |
#evaluation ⇒ ::String
Returns the value of attribute evaluation.
295 296 297 |
# File 'sig/types.rbs', line 295 def evaluation @evaluation end |
#name ⇒ ::String
Returns the value of attribute name.
292 293 294 |
# File 'sig/types.rbs', line 292 def name @name end |
#pack_id ⇒ ::String
Returns the value of attribute pack_id.
291 292 293 |
# File 'sig/types.rbs', line 291 def pack_id @pack_id end |
#remediation ⇒ ::String
Returns the value of attribute remediation.
296 297 298 |
# File 'sig/types.rbs', line 296 def remediation @remediation end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
298 299 300 |
# File 'sig/types.rbs', line 298 def updated_at @updated_at end |