Class: Aws::Types::ExportSummary
- Inherits:
-
Object
- Object
- Aws::Types::ExportSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_id ⇒ ::String
Returns the value of attribute export_id.
-
#status ⇒ Types::ExportStatus
Returns the value of attribute status.
Instance Attribute Details
#export_id ⇒ ::String
Returns the value of attribute export_id.
398 399 400 |
# File 'sig/types.rbs', line 398 def export_id @export_id end |
#status ⇒ Types::ExportStatus
Returns the value of attribute status.
399 400 401 |
# File 'sig/types.rbs', line 399 def status @status end |