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.
3678 3679 3680 |
# File 'sig/types.rbs', line 3678 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3679 3680 3681 |
# File 'sig/types.rbs', line 3679 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
3680 3681 3682 |
# File 'sig/types.rbs', line 3680 def schema @schema end |