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.
2153 2154 2155 |
# File 'sig/types.rbs', line 2153 def evaluation_results @evaluation_results end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
2154 2155 2156 |
# File 'sig/types.rbs', line 2154 def is_truncated @is_truncated end |
#marker ⇒ ::String
Returns the value of attribute marker.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def marker @marker end |