Class: Aws::Types::ExtractionDefinitionNotFoundBehavior
- Inherits:
-
Object
- Object
- Aws::Types::ExtractionDefinitionNotFoundBehavior
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#behavior ⇒ "USE_DEFAULT_VALUE", "OMIT"
Returns the value of attribute behavior.
-
#default_value ⇒ ::String
Returns the value of attribute default_value.
Instance Attribute Details
#behavior ⇒ "USE_DEFAULT_VALUE", "OMIT"
Returns the value of attribute behavior.
4029 4030 4031 |
# File 'sig/types.rbs', line 4029 def behavior @behavior end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
4030 4031 4032 |
# File 'sig/types.rbs', line 4030 def default_value @default_value end |