Class: Aws::Types::PartitionField
- Inherits:
-
Object
- Object
- Aws::Types::PartitionField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#transform ⇒ "TIME_HOUR"
Returns the value of attribute transform.
Instance Attribute Details
#source_name ⇒ ::String
Returns the value of attribute source_name.
530 531 532 |
# File 'sig/types.rbs', line 530 def source_name @source_name end |
#transform ⇒ "TIME_HOUR"
Returns the value of attribute transform.
529 530 531 |
# File 'sig/types.rbs', line 529 def transform @transform end |