Class: Aws::Types::IncrementalExportSpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_from_time::Time

Returns the value of attribute export_from_time.

Returns:

  • (::Time)


916
917
918
# File 'sig/types.rbs', line 916

def export_from_time
  @export_from_time
end

#export_to_time::Time

Returns the value of attribute export_to_time.

Returns:

  • (::Time)


917
918
919
# File 'sig/types.rbs', line 917

def export_to_time
  @export_to_time
end

#export_view_type"NEW_IMAGE", "NEW_AND_OLD_IMAGES"

Returns the value of attribute export_view_type.

Returns:

  • ("NEW_IMAGE", "NEW_AND_OLD_IMAGES")


918
919
920
# File 'sig/types.rbs', line 918

def export_view_type
  @export_view_type
end