Class: Aws::Types::ExternalEvaluation
- Inherits:
-
Object
- Object
- Aws::Types::ExternalEvaluation
- 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.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def annotation @annotation end |
#compliance_resource_id ⇒ ::String
Returns the value of attribute compliance_resource_id.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def compliance_resource_id @compliance_resource_id end |
#compliance_resource_type ⇒ ::String
Returns the value of attribute compliance_resource_type.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def compliance_resource_type @compliance_resource_type end |
#compliance_type ⇒ "COMPLIANT", ...
Returns the value of attribute compliance_type.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def compliance_type @compliance_type end |
#ordering_timestamp ⇒ ::Time
Returns the value of attribute ordering_timestamp.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def end |