Class: Aws::Types::PartitionKey
- Inherits:
-
Object
- Object
- Aws::Types::PartitionKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enforcement_in_record ⇒ "REQUIRED", "OPTIONAL"
Returns the value of attribute enforcement_in_record.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "DIMENSION", "MEASURE"
Returns the value of attribute type.
Instance Attribute Details
#enforcement_in_record ⇒ "REQUIRED", "OPTIONAL"
Returns the value of attribute enforcement_in_record.
326 327 328 |
# File 'sig/types.rbs', line 326 def enforcement_in_record @enforcement_in_record end |
#name ⇒ ::String
Returns the value of attribute name.
325 326 327 |
# File 'sig/types.rbs', line 325 def name @name end |
#type ⇒ "DIMENSION", "MEASURE"
Returns the value of attribute type.
324 325 326 |
# File 'sig/types.rbs', line 324 def type @type end |