Class: Aws::Types::DefaultAction
- Inherits:
-
Object
- Object
- Aws::Types::DefaultAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow ⇒ Types::AllowAction
Returns the value of attribute allow.
-
#block ⇒ Types::BlockAction
Returns the value of attribute block.
Instance Attribute Details
#allow ⇒ Types::AllowAction
Returns the value of attribute allow.
351 352 353 |
# File 'sig/types.rbs', line 351 def allow @allow end |
#block ⇒ Types::BlockAction
Returns the value of attribute block.
350 351 352 |
# File 'sig/types.rbs', line 350 def block @block end |