Class: Aws::Types::IsAuthorizedWithTokenOutput
- Inherits:
-
Object
- Object
- Aws::Types::IsAuthorizedWithTokenOutput
- 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.
-
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
Instance Attribute Details
#decision ⇒ "ALLOW", "DENY"
Returns the value of attribute decision.
676 677 678 |
# File 'sig/types.rbs', line 676 def decision @decision end |
#determining_policies ⇒ ::Array[Types::DeterminingPolicyItem]
Returns the value of attribute determining_policies.
677 678 679 |
# File 'sig/types.rbs', line 677 def determining_policies @determining_policies end |
#errors ⇒ ::Array[Types::EvaluationErrorItem]
Returns the value of attribute errors.
678 679 680 |
# File 'sig/types.rbs', line 678 def errors @errors end |
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
679 680 681 |
# File 'sig/types.rbs', line 679 def principal @principal end |