Class: Aws::Types::DescribeStandardsControlsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStandardsControlsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#controls ⇒ ::Array[Types::StandardsControl]
Returns the value of attribute controls.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#controls ⇒ ::Array[Types::StandardsControl]
Returns the value of attribute controls.
5557 5558 5559 |
# File 'sig/types.rbs', line 5557 def controls @controls end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5558 5559 5560 |
# File 'sig/types.rbs', line 5558 def next_token @next_token end |