Class: Aws::Types::PrefixConfig
- Inherits:
-
Object
- Object
- Aws::Types::PrefixConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path_prefix_hierarchy ⇒ ::Array[("EXECUTION_ID" | "SCHEMA_VERSION")]
Returns the value of attribute path_prefix_hierarchy.
-
#prefix_format ⇒ "YEAR", ...
Returns the value of attribute prefix_format.
-
#prefix_type ⇒ "FILENAME", ...
Returns the value of attribute prefix_type.
Instance Attribute Details
#path_prefix_hierarchy ⇒ ::Array[("EXECUTION_ID" | "SCHEMA_VERSION")]
Returns the value of attribute path_prefix_hierarchy.
919 920 921 |
# File 'sig/types.rbs', line 919 def path_prefix_hierarchy @path_prefix_hierarchy end |
#prefix_format ⇒ "YEAR", ...
Returns the value of attribute prefix_format.
918 919 920 |
# File 'sig/types.rbs', line 918 def prefix_format @prefix_format end |
#prefix_type ⇒ "FILENAME", ...
Returns the value of attribute prefix_type.
917 918 919 |
# File 'sig/types.rbs', line 917 def prefix_type @prefix_type end |