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.
4078 4079 4080 |
# File 'sig/types.rbs', line 4078 def behavior @behavior end |
#default_value ⇒ ::String
Returns the value of attribute default_value.
4079 4080 4081 |
# File 'sig/types.rbs', line 4079 def default_value @default_value end |