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.
2159 2160 2161 |
# File 'sig/types.rbs', line 2159 def attribute_name @attribute_name end |
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def primary_values @primary_values end |