Class: Aws::Types::Evaluation
- Inherits:
-
Object
- Object
- Aws::Types::Evaluation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#annotation ⇒ ::String
Returns the value of attribute annotation.
-
#compliance_resource_id ⇒ ::String
Returns the value of attribute compliance_resource_id.
-
#compliance_resource_type ⇒ ::String
Returns the value of attribute compliance_resource_type.
-
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
-
#ordering_timestamp ⇒ ::Time
Returns the value of attribute ordering_timestamp.
Instance Attribute Details
#annotation ⇒ ::String
Returns the value of attribute annotation.
979 980 981 |
# File 'sig/types.rbs', line 979 def annotation @annotation end |
#compliance_resource_id ⇒ ::String
Returns the value of attribute compliance_resource_id.
977 978 979 |
# File 'sig/types.rbs', line 977 def compliance_resource_id @compliance_resource_id end |
#compliance_resource_type ⇒ ::String
Returns the value of attribute compliance_resource_type.
976 977 978 |
# File 'sig/types.rbs', line 976 def compliance_resource_type @compliance_resource_type end |
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
978 979 980 |
# File 'sig/types.rbs', line 978 def compliance_type @compliance_type end |
#ordering_timestamp ⇒ ::Time
Returns the value of attribute ordering_timestamp.
980 981 982 |
# File 'sig/types.rbs', line 980 def @ordering_timestamp end |