Class: Aws::Types::ListStandardsControlAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListStandardsControlAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
6553 6554 6555 |
# File 'sig/types.rbs', line 6553 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6552 6553 6554 |
# File 'sig/types.rbs', line 6552 def next_token @next_token end |
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
6551 6552 6553 |
# File 'sig/types.rbs', line 6551 def security_control_id @security_control_id end |