Class: Aws::Types::GetPlanEvaluationStatusResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPlanEvaluationStatusResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_state ⇒ "passed", ...
Returns the value of attribute evaluation_state.
-
#last_evaluated_version ⇒ ::String
Returns the value of attribute last_evaluated_version.
-
#last_evaluation_time ⇒ ::Time
Returns the value of attribute last_evaluation_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#plan_arn ⇒ ::String
Returns the value of attribute plan_arn.
-
#region ⇒ ::String
Returns the value of attribute region.
-
#warnings ⇒ ::Array[Types::ResourceWarning]
Returns the value of attribute warnings.
Instance Attribute Details
#evaluation_state ⇒ "passed", ...
Returns the value of attribute evaluation_state.
344 345 346 |
# File 'sig/types.rbs', line 344 def evaluation_state @evaluation_state end |
#last_evaluated_version ⇒ ::String
Returns the value of attribute last_evaluated_version.
342 343 344 |
# File 'sig/types.rbs', line 342 def last_evaluated_version @last_evaluated_version end |
#last_evaluation_time ⇒ ::Time
Returns the value of attribute last_evaluation_time.
341 342 343 |
# File 'sig/types.rbs', line 341 def last_evaluation_time @last_evaluation_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
346 347 348 |
# File 'sig/types.rbs', line 346 def next_token @next_token end |
#plan_arn ⇒ ::String
Returns the value of attribute plan_arn.
340 341 342 |
# File 'sig/types.rbs', line 340 def plan_arn @plan_arn end |
#region ⇒ ::String
Returns the value of attribute region.
343 344 345 |
# File 'sig/types.rbs', line 343 def region @region end |
#warnings ⇒ ::Array[Types::ResourceWarning]
Returns the value of attribute warnings.
345 346 347 |
# File 'sig/types.rbs', line 345 def warnings @warnings end |