Class: Aws::Types::FileConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::FileConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute filters.
-
#folders ⇒ ::Array[::String]
Returns the value of attribute folders.
Instance Attribute Details
#filters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute filters.
233 234 235 |
# File 'sig/types.rbs', line 233 def filters @filters end |
#folders ⇒ ::Array[::String]
Returns the value of attribute folders.
232 233 234 |
# File 'sig/types.rbs', line 232 def folders @folders end |