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.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def partitioned_prefix @partitioned_prefix end |
#simple_prefix ⇒ Types::SimplePrefix
Returns the value of attribute simple_prefix.
2963 2964 2965 |
# File 'sig/types.rbs', line 2963 def simple_prefix @simple_prefix end |