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.
6136 6137 6138 |
# File 'sig/types.rbs', line 6136 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
6137 6138 6139 |
# File 'sig/types.rbs', line 6137 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
6138 6139 6140 |
# File 'sig/types.rbs', line 6138 def schema @schema end |