Class: Aws::Types::StandardsControlAssociationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::StandardsControlAssociationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute association_status.
-
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
-
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
-
#updated_reason ⇒ ::String
Returns the value of attribute updated_reason.
Instance Attribute Details
#association_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute association_status.
7713 7714 7715 |
# File 'sig/types.rbs', line 7713 def association_status @association_status end |
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
7712 7713 7714 |
# File 'sig/types.rbs', line 7712 def security_control_id @security_control_id end |
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
7711 7712 7713 |
# File 'sig/types.rbs', line 7711 def standards_arn @standards_arn end |
#updated_reason ⇒ ::String
Returns the value of attribute updated_reason.
7714 7715 7716 |
# File 'sig/types.rbs', line 7714 def updated_reason @updated_reason end |