Class: Aws::Types::AuthResult
- Inherits:
-
Object
- Object
- Aws::Types::AuthResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed ⇒ Types::Allowed
Returns the value of attribute allowed.
-
#auth_decision ⇒ "ALLOWED", ...
Returns the value of attribute auth_decision.
-
#auth_info ⇒ Types::AuthInfo
Returns the value of attribute auth_info.
-
#denied ⇒ Types::Denied
Returns the value of attribute denied.
-
#missing_context_values ⇒ ::Array[::String]
Returns the value of attribute missing_context_values.
Instance Attribute Details
#allowed ⇒ Types::Allowed
Returns the value of attribute allowed.
297 298 299 |
# File 'sig/types.rbs', line 297 def allowed @allowed end |
#auth_decision ⇒ "ALLOWED", ...
Returns the value of attribute auth_decision.
299 300 301 |
# File 'sig/types.rbs', line 299 def auth_decision @auth_decision end |
#auth_info ⇒ Types::AuthInfo
Returns the value of attribute auth_info.
296 297 298 |
# File 'sig/types.rbs', line 296 def auth_info @auth_info end |
#denied ⇒ Types::Denied
Returns the value of attribute denied.
298 299 300 |
# File 'sig/types.rbs', line 298 def denied @denied end |
#missing_context_values ⇒ ::Array[::String]
Returns the value of attribute missing_context_values.
300 301 302 |
# File 'sig/types.rbs', line 300 def missing_context_values @missing_context_values end |