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.
767 768 769 |
# File 'sig/types.rbs', line 767 def error @error end |
#valid ⇒ Boolean
Returns the value of attribute valid.
766 767 768 |
# File 'sig/types.rbs', line 766 def valid @valid end |