Class: Aws::Types::TableFieldWells
- Inherits:
-
Object
- Object
- Aws::Types::TableFieldWells
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#table_aggregated_field_wells ⇒ Types::TableAggregatedFieldWells
Returns the value of attribute table_aggregated_field_wells.
-
#table_unaggregated_field_wells ⇒ Types::TableUnaggregatedFieldWells
Returns the value of attribute table_unaggregated_field_wells.
Instance Attribute Details
#table_aggregated_field_wells ⇒ Types::TableAggregatedFieldWells
Returns the value of attribute table_aggregated_field_wells.
11194 11195 11196 |
# File 'sig/types.rbs', line 11194 def table_aggregated_field_wells @table_aggregated_field_wells end |
#table_unaggregated_field_wells ⇒ Types::TableUnaggregatedFieldWells
Returns the value of attribute table_unaggregated_field_wells.
11195 11196 11197 |
# File 'sig/types.rbs', line 11195 def table_unaggregated_field_wells @table_unaggregated_field_wells end |