Class: Aws::Types::FormTypeItem
- Inherits:
-
Object
- Object
- Aws::Types::FormTypeItem
- 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.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
3151 3152 3153 |
# File 'sig/types.rbs', line 3151 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
3152 3153 3154 |
# File 'sig/types.rbs', line 3152 def name @name end |