Class: Aws::Types::ListStandardsControlAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListStandardsControlAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#standards_control_association_summaries ⇒ ::Array[Types::StandardsControlAssociationSummary]
Returns the value of attribute standards_control_association_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
6559 6560 6561 |
# File 'sig/types.rbs', line 6559 def next_token @next_token end |
#standards_control_association_summaries ⇒ ::Array[Types::StandardsControlAssociationSummary]
Returns the value of attribute standards_control_association_summaries.
6558 6559 6560 |
# File 'sig/types.rbs', line 6558 def standards_control_association_summaries @standards_control_association_summaries end |