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)


275
276
277
# File 'sig/types.rbs', line 275

def cell_reference
  @cell_reference
end

#column::Integer

Returns the value of attribute column.

Returns:

  • (::Integer)


276
277
278
# File 'sig/types.rbs', line 276

def column
  @column
end

#column_name::String

Returns the value of attribute column_name.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def column_name
  @column_name
end

#row::Integer

Returns the value of attribute row.

Returns:

  • (::Integer)


278
279
280
# File 'sig/types.rbs', line 278

def row
  @row
end