Class: Aws::Types::SimulatePolicyResponse
- Inherits:
-
Object
- Object
- Aws::Types::SimulatePolicyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluation_results ⇒ ::Array[Types::EvaluationResult]
Returns the value of attribute evaluation_results.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#evaluation_results ⇒ ::Array[Types::EvaluationResult]
Returns the value of attribute evaluation_results.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def evaluation_results @evaluation_results end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def marker @marker end |