Class: Aws::Types::QueryRuntimeStatisticsRows

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#input_bytes::Integer

Returns the value of attribute input_bytes.

Returns:

  • (::Integer)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def input_bytes
  @input_bytes
end

#input_rows::Integer

Returns the value of attribute input_rows.

Returns:

  • (::Integer)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def input_rows
  @input_rows
end

#output_bytes::Integer

Returns the value of attribute output_bytes.

Returns:

  • (::Integer)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def output_bytes
  @output_bytes
end

#output_rows::Integer

Returns the value of attribute output_rows.

Returns:

  • (::Integer)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def output_rows
  @output_rows
end