Class: Aws::Types::StandardsControlAssociationId
- Inherits:
-
Object
- Object
- Aws::Types::StandardsControlAssociationId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
-
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
Instance Attribute Details
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
7692 7693 7694 |
# File 'sig/types.rbs', line 7692 def security_control_id @security_control_id end |
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
7693 7694 7695 |
# File 'sig/types.rbs', line 7693 def standards_arn @standards_arn end |