Class: Aws::Types::AssessmentControl
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_report_evidence_count ⇒ ::Integer
Returns the value of attribute assessment_report_evidence_count.
-
#comments ⇒ ::Array[Types::ControlComment]
Returns the value of attribute comments.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#evidence_count ⇒ ::Integer
Returns the value of attribute evidence_count.
-
#evidence_sources ⇒ ::Array[::String]
Returns the value of attribute evidence_sources.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#response ⇒ "MANUAL", ...
Returns the value of attribute response.
-
#status ⇒ "UNDER_REVIEW", ...
Returns the value of attribute status.
Instance Attribute Details
#assessment_report_evidence_count ⇒ ::Integer
Returns the value of attribute assessment_report_evidence_count.
46 47 48 |
# File 'sig/types.rbs', line 46 def assessment_report_evidence_count @assessment_report_evidence_count end |
#comments ⇒ ::Array[Types::ControlComment]
Returns the value of attribute comments.
43 44 45 |
# File 'sig/types.rbs', line 43 def comments @comments end |
#description ⇒ ::String
Returns the value of attribute description.
40 41 42 |
# File 'sig/types.rbs', line 40 def description @description end |
#evidence_count ⇒ ::Integer
Returns the value of attribute evidence_count.
45 46 47 |
# File 'sig/types.rbs', line 45 def evidence_count @evidence_count end |
#evidence_sources ⇒ ::Array[::String]
Returns the value of attribute evidence_sources.
44 45 46 |
# File 'sig/types.rbs', line 44 def evidence_sources @evidence_sources end |
#id ⇒ ::String
Returns the value of attribute id.
38 39 40 |
# File 'sig/types.rbs', line 38 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
39 40 41 |
# File 'sig/types.rbs', line 39 def name @name end |
#response ⇒ "MANUAL", ...
Returns the value of attribute response.
42 43 44 |
# File 'sig/types.rbs', line 42 def response @response end |
#status ⇒ "UNDER_REVIEW", ...
Returns the value of attribute status.
41 42 43 |
# File 'sig/types.rbs', line 41 def status @status end |