Class: Aws::Types::Cell

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cell_reference::String

Returns the value of attribute cell_reference.

Returns:

  • (::String)


4924
4925
4926
# File 'sig/types.rbs', line 4924

def cell_reference
  @cell_reference
end

#column::Integer

Returns the value of attribute column.

Returns:

  • (::Integer)


4921
4922
4923
# File 'sig/types.rbs', line 4921

def column
  @column
end

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


4923
4924
4925
# File 'sig/types.rbs', line 4923

def column_name
  @column_name
end

#row::Integer

Returns the value of attribute row.

Returns:

  • (::Integer)


4922
4923
4924
# File 'sig/types.rbs', line 4922

def row
  @row
end