Class: Aws::Types::BatchIsAuthorizedOutputItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchIsAuthorizedOutputItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#decision ⇒ "ALLOW", "DENY"
Returns the value of attribute decision.
-
#determining_policies ⇒ ::Array[Types::DeterminingPolicyItem]
Returns the value of attribute determining_policies.
-
#errors ⇒ ::Array[Types::EvaluationErrorItem]
Returns the value of attribute errors.
-
#request ⇒ Types::BatchIsAuthorizedInputItem
Returns the value of attribute request.
Instance Attribute Details
#decision ⇒ "ALLOW", "DENY"
Returns the value of attribute decision.
118 119 120 |
# File 'sig/types.rbs', line 118 def decision @decision end |
#determining_policies ⇒ ::Array[Types::DeterminingPolicyItem]
Returns the value of attribute determining_policies.
119 120 121 |
# File 'sig/types.rbs', line 119 def determining_policies @determining_policies end |
#errors ⇒ ::Array[Types::EvaluationErrorItem]
Returns the value of attribute errors.
120 121 122 |
# File 'sig/types.rbs', line 120 def errors @errors end |
#request ⇒ Types::BatchIsAuthorizedInputItem
Returns the value of attribute request.
117 118 119 |
# File 'sig/types.rbs', line 117 def request @request end |