Class: Aws::Types::CheckSchemaVersionValidityResponse
- Inherits:
-
Object
- Object
- Aws::Types::CheckSchemaVersionValidityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ ::String
Returns the value of attribute error.
-
#valid ⇒ Boolean
Returns the value of attribute valid.
Instance Attribute Details
#error ⇒ ::String
Returns the value of attribute error.
771 772 773 |
# File 'sig/types.rbs', line 771 def error @error end |
#valid ⇒ Boolean
Returns the value of attribute valid.
770 771 772 |
# File 'sig/types.rbs', line 770 def valid @valid end |