Class: Aws::Types::UpdateJsonClassifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateJsonClassifierRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#json_path ⇒ ::String
Returns the value of attribute json_path.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#json_path ⇒ ::String
Returns the value of attribute json_path.
8141 8142 8143 |
# File 'sig/types.rbs', line 8141 def json_path @json_path end |
#name ⇒ ::String
Returns the value of attribute name.
8140 8141 8142 |
# File 'sig/types.rbs', line 8140 def name @name end |