Class: Aws::Types::BatchIsAuthorizedWithTokenOutputItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchIsAuthorizedWithTokenOutputItem
- 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::BatchIsAuthorizedWithTokenInputItem
Returns the value of attribute request.
Instance Attribute Details
#decision ⇒ "ALLOW", "DENY"
Returns the value of attribute decision.
148 149 150 |
# File 'sig/types.rbs', line 148 def decision @decision end |
#determining_policies ⇒ ::Array[Types::DeterminingPolicyItem]
Returns the value of attribute determining_policies.
149 150 151 |
# File 'sig/types.rbs', line 149 def determining_policies @determining_policies end |
#errors ⇒ ::Array[Types::EvaluationErrorItem]
Returns the value of attribute errors.
150 151 152 |
# File 'sig/types.rbs', line 150 def errors @errors end |
#request ⇒ Types::BatchIsAuthorizedWithTokenInputItem
Returns the value of attribute request.
147 148 149 |
# File 'sig/types.rbs', line 147 def request @request end |