Class: Aws::Types::GetFormTypeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFormTypeResponse
- 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.
3668 3669 3670 |
# File 'sig/types.rbs', line 3668 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3669 3670 3671 |
# File 'sig/types.rbs', line 3669 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
3670 3671 3672 |
# File 'sig/types.rbs', line 3670 def schema @schema end |