Class: Aws::Types::CreateTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTypeRequest
- 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.
-
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
380 381 382 |
# File 'sig/types.rbs', line 380 def api_id @api_id end |
#definition ⇒ ::String
Returns the value of attribute definition.
381 382 383 |
# File 'sig/types.rbs', line 381 def definition @definition end |
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
382 383 384 |
# File 'sig/types.rbs', line 382 def format @format end |