Class: Aws::Types::OverrideAction
- Inherits:
-
Object
- Object
- Aws::Types::OverrideAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#count ⇒ Types::CountAction
Returns the value of attribute count.
-
#none ⇒ Types::NoneAction
Returns the value of attribute none.
Instance Attribute Details
#count ⇒ Types::CountAction
Returns the value of attribute count.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def count @count end |
#none ⇒ Types::NoneAction
Returns the value of attribute none.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def none @none end |