Class: Aws::Types::UpdateSchemaRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSchemaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def name @name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def schema_arn @schema_arn end |