Class: Aws::Types::StartSchemaCreationRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartSchemaCreationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#definition ⇒ ::String
Returns the value of attribute definition.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def api_id @api_id end |
#definition ⇒ ::String
Returns the value of attribute definition.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def definition @definition end |