Class: Aws::Types::Compliance
- Inherits:
-
Object
- Object
- Aws::Types::Compliance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_standards ⇒ ::Array[Types::AssociatedStandard]
Returns the value of attribute associated_standards.
-
#related_requirements ⇒ ::Array[::String]
Returns the value of attribute related_requirements.
-
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
-
#security_control_parameters ⇒ ::Array[Types::SecurityControlParameter]
Returns the value of attribute security_control_parameters.
-
#status ⇒ "PASSED", ...
Returns the value of attribute status.
-
#status_reasons ⇒ ::Array[Types::StatusReason]
Returns the value of attribute status_reasons.
Instance Attribute Details
#associated_standards ⇒ ::Array[Types::AssociatedStandard]
Returns the value of attribute associated_standards.
4983 4984 4985 |
# File 'sig/types.rbs', line 4983 def associated_standards @associated_standards end |
#related_requirements ⇒ ::Array[::String]
Returns the value of attribute related_requirements.
4980 4981 4982 |
# File 'sig/types.rbs', line 4980 def @related_requirements end |
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
4982 4983 4984 |
# File 'sig/types.rbs', line 4982 def security_control_id @security_control_id end |
#security_control_parameters ⇒ ::Array[Types::SecurityControlParameter]
Returns the value of attribute security_control_parameters.
4984 4985 4986 |
# File 'sig/types.rbs', line 4984 def security_control_parameters @security_control_parameters end |
#status ⇒ "PASSED", ...
Returns the value of attribute status.
4979 4980 4981 |
# File 'sig/types.rbs', line 4979 def status @status end |
#status_reasons ⇒ ::Array[Types::StatusReason]
Returns the value of attribute status_reasons.
4981 4982 4983 |
# File 'sig/types.rbs', line 4981 def status_reasons @status_reasons end |