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