Class: Aws::Types::FieldFolder
- Inherits:
-
Object
- Object
- Aws::Types::FieldFolder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ ::Array[::String]
Returns the value of attribute columns.
-
#description ⇒ ::String
Returns the value of attribute description.
Instance Attribute Details
#columns ⇒ ::Array[::String]
Returns the value of attribute columns.
5430 5431 5432 |
# File 'sig/types.rbs', line 5430 def columns @columns end |
#description ⇒ ::String
Returns the value of attribute description.
5429 5430 5431 |
# File 'sig/types.rbs', line 5429 def description @description end |