Class: Aws::Types::PrefixConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#path_prefix_hierarchy::Array[("EXECUTION_ID" | "SCHEMA_VERSION")]

Returns the value of attribute path_prefix_hierarchy.

Returns:

  • (::Array[("EXECUTION_ID" | "SCHEMA_VERSION")])


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.

Returns:

  • ("YEAR", "MONTH", "DAY", "HOUR", "MINUTE")


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.

Returns:

  • ("FILENAME", "PATH", "PATH_AND_FILENAME")


917
918
919
# File 'sig/types.rbs', line 917

def prefix_type
  @prefix_type
end