Class: Aws::Types::TableExcerpt

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#rows::Array[Types::TableRow]

Returns the value of attribute rows.

Returns:



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.

Returns:



1982
1983
1984
# File 'sig/types.rbs', line 1982

def total_number_of_rows
  @total_number_of_rows
end