Class: Aws::Types::TableExcerpt
- Inherits:
-
Object
- Object
- Aws::Types::TableExcerpt
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rows ⇒ ::Array[Types::TableRow]
Returns the value of attribute rows.
-
#total_number_of_rows ⇒ ::Integer
Returns the value of attribute total_number_of_rows.
Instance Attribute Details
#rows ⇒ ::Array[Types::TableRow]
Returns the value of attribute rows.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def rows @rows end |
#total_number_of_rows ⇒ ::Integer
Returns the value of attribute total_number_of_rows.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def total_number_of_rows @total_number_of_rows end |