Class: Aws::Types::CreateJsonClassifierRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJsonClassifierRequest
- 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.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def json_path @json_path end |
#name ⇒ ::String
Returns the value of attribute name.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def name @name end |