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:



10077
10078
10079
# File 'sig/types.rbs', line 10077

def images
  @images
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


10076
10077
10078
# File 'sig/types.rbs', line 10076

def name
  @name
end

#sheet_id::String

Returns the value of attribute sheet_id.

Returns:

  • (::String)


10075
10076
10077
# File 'sig/types.rbs', line 10075

def sheet_id
  @sheet_id
end