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.
10804 10805 10806 |
# File 'sig/types.rbs', line 10804 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.
10805 10806 10807 |
# File 'sig/types.rbs', line 10805 def table_unaggregated_field_wells @table_unaggregated_field_wells end |