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.
3649 3650 3651 |
# File 'sig/types.rbs', line 3649 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3650 3651 3652 |
# File 'sig/types.rbs', line 3650 def name @name end |
#schema ⇒ ::String
Returns the value of attribute schema.
3651 3652 3653 |
# File 'sig/types.rbs', line 3651 def schema @schema end |