Class: Aws::Types::IncrementalExportSpecification
- Inherits:
-
Object
- Object
- Aws::Types::IncrementalExportSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_from_time ⇒ ::Time
Returns the value of attribute export_from_time.
-
#export_to_time ⇒ ::Time
Returns the value of attribute export_to_time.
-
#export_view_type ⇒ "NEW_IMAGE", "NEW_AND_OLD_IMAGES"
Returns the value of attribute export_view_type.
Instance Attribute Details
#export_from_time ⇒ ::Time
Returns the value of attribute export_from_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.
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.
918 919 920 |
# File 'sig/types.rbs', line 918 def export_view_type @export_view_type end |