Class: Aws::Types::ResponseAction
- Inherits:
-
Object
- Object
- Aws::Types::ResponseAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block ⇒ Types::BlockAction
Returns the value of attribute block.
-
#count ⇒ Types::CountAction
Returns the value of attribute count.
Instance Attribute Details
#block ⇒ Types::BlockAction
Returns the value of attribute block.
503 504 505 |
# File 'sig/types.rbs', line 503 def block @block end |
#count ⇒ Types::CountAction
Returns the value of attribute count.
504 505 506 |
# File 'sig/types.rbs', line 504 def count @count end |