Class: Aws::Types::BatchGetSecurityControlsResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetSecurityControlsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_controls ⇒ ::Array[Types::SecurityControl]
Returns the value of attribute security_controls.
-
#unprocessed_ids ⇒ ::Array[Types::UnprocessedSecurityControl]
Returns the value of attribute unprocessed_ids.
Instance Attribute Details
#security_controls ⇒ ::Array[Types::SecurityControl]
Returns the value of attribute security_controls.
4805 4806 4807 |
# File 'sig/types.rbs', line 4805 def security_controls @security_controls end |
#unprocessed_ids ⇒ ::Array[Types::UnprocessedSecurityControl]
Returns the value of attribute unprocessed_ids.
4806 4807 4808 |
# File 'sig/types.rbs', line 4806 def unprocessed_ids @unprocessed_ids end |