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


10291
10292
10293
# File 'sig/types.rbs', line 10291

def format_type
  @format_type
end

#sheet_selections::Array[Types::SnapshotFileSheetSelection]

Returns the value of attribute sheet_selections.

Returns:



10290
10291
10292
# File 'sig/types.rbs', line 10290

def sheet_selections
  @sheet_selections
end