Class: Aws::Types::TargetObjectKeyFormat
- Inherits:
-
Object
- Object
- Aws::Types::TargetObjectKeyFormat
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#partitioned_prefix ⇒ Types::PartitionedPrefix
Returns the value of attribute partitioned_prefix.
-
#simple_prefix ⇒ Types::SimplePrefix
Returns the value of attribute simple_prefix.
Instance Attribute Details
#partitioned_prefix ⇒ Types::PartitionedPrefix
Returns the value of attribute partitioned_prefix.
2988 2989 2990 |
# File 'sig/types.rbs', line 2988 def partitioned_prefix @partitioned_prefix end |
#simple_prefix ⇒ Types::SimplePrefix
Returns the value of attribute simple_prefix.
2987 2988 2989 |
# File 'sig/types.rbs', line 2987 def simple_prefix @simple_prefix end |