Class: Aws::Types::DataTableValueEvaluationSet
- Inherits:
-
Object
- Object
- Aws::Types::DataTableValueEvaluationSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
-
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
Instance Attribute Details
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
2115 2116 2117 |
# File 'sig/types.rbs', line 2115 def attribute_names @attribute_names end |
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
2114 2115 2116 |
# File 'sig/types.rbs', line 2114 def primary_values @primary_values end |