Class: Aws::Types::ListSecurityControlDefinitionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSecurityControlDefinitionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#security_control_definitions ⇒ ::Array[Types::SecurityControlDefinition]
Returns the value of attribute security_control_definitions.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
6546 6547 6548 |
# File 'sig/types.rbs', line 6546 def next_token @next_token end |
#security_control_definitions ⇒ ::Array[Types::SecurityControlDefinition]
Returns the value of attribute security_control_definitions.
6545 6546 6547 |
# File 'sig/types.rbs', line 6545 def security_control_definitions @security_control_definitions end |