Class: Aws::Types::PutFormTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutFormTypeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema ⇒ ::String
Returns the value of attribute schema.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
6094 6095 6096 |
# File 'sig/types.rbs', line 6094 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6095 6096 6097 |
# File 'sig/types.rbs', line 6095 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
6096 6097 6098 |
# File 'sig/types.rbs', line 6096 def schema @schema end |