Class: Aws::Types::ExportFilesMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ExportFilesMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
-
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#output_uri ⇒ ::String
Returns the value of attribute output_uri.
214 215 216 |
# File 'sig/types.rbs', line 214 def output_uri @output_uri end |
#status ⇒ "SUCCEEDED", ...
Returns the value of attribute status.
212 213 214 |
# File 'sig/types.rbs', line 212 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
213 214 215 |
# File 'sig/types.rbs', line 213 def status_reason @status_reason end |