Class: Aws::Types::Denied
- Inherits:
-
Object
- Object
- Aws::Types::Denied
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#explicit_deny ⇒ Types::ExplicitDeny
Returns the value of attribute explicit_deny.
-
#implicit_deny ⇒ Types::ImplicitDeny
Returns the value of attribute implicit_deny.
Instance Attribute Details
#explicit_deny ⇒ Types::ExplicitDeny
Returns the value of attribute explicit_deny.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def explicit_deny @explicit_deny end |
#implicit_deny ⇒ Types::ImplicitDeny
Returns the value of attribute implicit_deny.
1567 1568 1569 |
# File 'sig/types.rbs', line 1567 def implicit_deny @implicit_deny end |