Class: Aws::Types::SnapshotFileSheetSelection

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#selection_scope"ALL_VISUALS", "SELECTED_VISUALS"

Returns the value of attribute selection_scope.

Returns:

  • ("ALL_VISUALS", "SELECTED_VISUALS")


10692
10693
10694
# File 'sig/types.rbs', line 10692

def selection_scope
  @selection_scope
end

#sheet_id::String

Returns the value of attribute sheet_id.

Returns:

  • (::String)


10691
10692
10693
# File 'sig/types.rbs', line 10691

def sheet_id
  @sheet_id
end

#visual_ids::Array[::String]

Returns the value of attribute visual_ids.

Returns:

  • (::Array[::String])


10693
10694
10695
# File 'sig/types.rbs', line 10693

def visual_ids
  @visual_ids
end