Class: Aws::Types::DataTableValueIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::DataTableValueIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
2121 2122 2123 |
# File 'sig/types.rbs', line 2121 def attribute_name @attribute_name end |
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
2120 2121 2122 |
# File 'sig/types.rbs', line 2120 def primary_values @primary_values end |