Class: Aws::Types::UpdateTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTypeRequest
- 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.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def api_id @api_id end |
#definition ⇒ ::String
Returns the value of attribute definition.
1476 1477 1478 |
# File 'sig/types.rbs', line 1476 def definition @definition end |
#format ⇒ "SDL", "JSON"
Returns the value of attribute format.
1477 1478 1479 |
# File 'sig/types.rbs', line 1477 def format @format end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def type_name @type_name end |