Class: Aws::Types::UpdateExportRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateExportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_id ⇒ ::String
Returns the value of attribute export_id.
-
#file_password ⇒ ::String
Returns the value of attribute file_password.
Instance Attribute Details
#export_id ⇒ ::String
Returns the value of attribute export_id.
3623 3624 3625 |
# File 'sig/types.rbs', line 3623 def export_id @export_id end |
#file_password ⇒ ::String
Returns the value of attribute file_password.
3624 3625 3626 |
# File 'sig/types.rbs', line 3624 def file_password @file_password end |