Class: Aws::Types::BatchGetStandardsControlAssociationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetStandardsControlAssociationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#standards_control_association_details ⇒ ::Array[Types::StandardsControlAssociationDetail]
Returns the value of attribute standards_control_association_details.
-
#unprocessed_associations ⇒ ::Array[Types::UnprocessedStandardsControlAssociation]
Returns the value of attribute unprocessed_associations.
Instance Attribute Details
#standards_control_association_details ⇒ ::Array[Types::StandardsControlAssociationDetail]
Returns the value of attribute standards_control_association_details.
4816 4817 4818 |
# File 'sig/types.rbs', line 4816 def standards_control_association_details @standards_control_association_details end |
#unprocessed_associations ⇒ ::Array[Types::UnprocessedStandardsControlAssociation]
Returns the value of attribute unprocessed_associations.
4817 4818 4819 |
# File 'sig/types.rbs', line 4817 def unprocessed_associations @unprocessed_associations end |