Class: Aws::Types::SnapshotFile

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format_type"CSV", ...

Returns the value of attribute format_type.

Returns:

  • ("CSV", "PDF", "EXCEL")


10681
10682
10683
# File 'sig/types.rbs', line 10681

def format_type
  @format_type
end

#sheet_selections::Array[Types::SnapshotFileSheetSelection]

Returns the value of attribute sheet_selections.

Returns:



10680
10681
10682
# File 'sig/types.rbs', line 10680

def sheet_selections
  @sheet_selections
end