Class: Aws::Types::Sheet

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#images::Array[Types::SheetImage]

Returns the value of attribute images.

Returns:



10467
10468
10469
# File 'sig/types.rbs', line 10467

def images
  @images
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


10466
10467
10468
# File 'sig/types.rbs', line 10466

def name
  @name
end

#sheet_id::String

Returns the value of attribute sheet_id.

Returns:

  • (::String)


10465
10466
10467
# File 'sig/types.rbs', line 10465

def sheet_id
  @sheet_id
end