Class: Aws::Types::PutSchemaFromJsonRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutSchemaFromJsonRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document ⇒ ::String
Returns the value of attribute document.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#document ⇒ ::String
Returns the value of attribute document.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def document @document end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def schema_arn @schema_arn end |