Class: Aws::Types::StandardsControlAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::StandardsControlAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute association_status.
-
#related_requirements ⇒ ::Array[::String]
Returns the value of attribute related_requirements.
-
#security_control_arn ⇒ ::String
Returns the value of attribute security_control_arn.
-
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
-
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
-
#standards_control_description ⇒ ::String
Returns the value of attribute standards_control_description.
-
#standards_control_title ⇒ ::String
Returns the value of attribute standards_control_title.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_reason ⇒ ::String
Returns the value of attribute updated_reason.
Instance Attribute Details
#association_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute association_status.
7701 7702 7703 |
# File 'sig/types.rbs', line 7701 def association_status @association_status end |
#related_requirements ⇒ ::Array[::String]
Returns the value of attribute related_requirements.
7702 7703 7704 |
# File 'sig/types.rbs', line 7702 def @related_requirements end |
#security_control_arn ⇒ ::String
Returns the value of attribute security_control_arn.
7700 7701 7702 |
# File 'sig/types.rbs', line 7700 def security_control_arn @security_control_arn end |
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
7699 7700 7701 |
# File 'sig/types.rbs', line 7699 def security_control_id @security_control_id end |
#standards_arn ⇒ ::String
Returns the value of attribute standards_arn.
7698 7699 7700 |
# File 'sig/types.rbs', line 7698 def standards_arn @standards_arn end |
#standards_control_description ⇒ ::String
Returns the value of attribute standards_control_description.
7706 7707 7708 |
# File 'sig/types.rbs', line 7706 def standards_control_description @standards_control_description end |
#standards_control_title ⇒ ::String
Returns the value of attribute standards_control_title.
7705 7706 7707 |
# File 'sig/types.rbs', line 7705 def standards_control_title @standards_control_title end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
7703 7704 7705 |
# File 'sig/types.rbs', line 7703 def updated_at @updated_at end |
#updated_reason ⇒ ::String
Returns the value of attribute updated_reason.
7704 7705 7706 |
# File 'sig/types.rbs', line 7704 def updated_reason @updated_reason end |