Class: Aws::Types::ExportSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExportSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_arn ⇒ ::String
Returns the value of attribute export_arn.
-
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
-
#export_type ⇒ "FULL_EXPORT", "INCREMENTAL_EXPORT"
Returns the value of attribute export_type.
Instance Attribute Details
#export_arn ⇒ ::String
Returns the value of attribute export_arn.
684 685 686 |
# File 'sig/types.rbs', line 684 def export_arn @export_arn end |
#export_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute export_status.
685 686 687 |
# File 'sig/types.rbs', line 685 def export_status @export_status end |
#export_type ⇒ "FULL_EXPORT", "INCREMENTAL_EXPORT"
Returns the value of attribute export_type.
686 687 688 |
# File 'sig/types.rbs', line 686 def export_type @export_type end |