Class: Aws::Types::SheetVisualScopingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#scope"ALL_VISUALS", "SELECTED_VISUALS"

Returns the value of attribute scope.

Returns:

  • ("ALL_VISUALS", "SELECTED_VISUALS")


10211
10212
10213
# File 'sig/types.rbs', line 10211

def scope
  @scope
end

#sheet_id::String

Returns the value of attribute sheet_id.

Returns:

  • (::String)


10210
10211
10212
# File 'sig/types.rbs', line 10210

def sheet_id
  @sheet_id
end

#visual_ids::Array[::String]

Returns the value of attribute visual_ids.

Returns:

  • (::Array[::String])


10212
10213
10214
# File 'sig/types.rbs', line 10212

def visual_ids
  @visual_ids
end