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")


10302
10303
10304
# File 'sig/types.rbs', line 10302

def selection_scope
  @selection_scope
end

#sheet_id::String

Returns the value of attribute sheet_id.

Returns:

  • (::String)


10301
10302
10303
# File 'sig/types.rbs', line 10301

def sheet_id
  @sheet_id
end

#visual_ids::Array[::String]

Returns the value of attribute visual_ids.

Returns:

  • (::Array[::String])


10303
10304
10305
# File 'sig/types.rbs', line 10303

def visual_ids
  @visual_ids
end