Class: Aws::Types::PrimaryKey
- Inherits:
-
Object
- Object
- Aws::Types::PrimaryKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#length ⇒ ::Integer
Returns the value of attribute length.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#offset ⇒ ::Integer
Returns the value of attribute offset.
Instance Attribute Details
#length ⇒ ::Integer
Returns the value of attribute length.
868 869 870 |
# File 'sig/types.rbs', line 868 def length @length end |
#name ⇒ ::String
Returns the value of attribute name.
869 870 871 |
# File 'sig/types.rbs', line 869 def name @name end |
#offset ⇒ ::Integer
Returns the value of attribute offset.
870 871 872 |
# File 'sig/types.rbs', line 870 def offset @offset end |