Class: Aws::Types::ResourceEvaluation
- Inherits:
-
Object
- Object
- Aws::Types::ResourceEvaluation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
Returns the value of attribute evaluation_mode.
-
#evaluation_start_timestamp ⇒ ::Time
Returns the value of attribute evaluation_start_timestamp.
-
#resource_evaluation_id ⇒ ::String
Returns the value of attribute resource_evaluation_id.
Instance Attribute Details
#evaluation_mode ⇒ "DETECTIVE", "PROACTIVE"
Returns the value of attribute evaluation_mode.
2053 2054 2055 |
# File 'sig/types.rbs', line 2053 def evaluation_mode @evaluation_mode end |
#evaluation_start_timestamp ⇒ ::Time
Returns the value of attribute evaluation_start_timestamp.
2054 2055 2056 |
# File 'sig/types.rbs', line 2054 def end |
#resource_evaluation_id ⇒ ::String
Returns the value of attribute resource_evaluation_id.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def resource_evaluation_id @resource_evaluation_id end |