Class: Aws::Types::CompletionReport
- Inherits:
-
Object
- Object
- Aws::Types::CompletionReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#format ⇒ "REPORT_CSV_20191124"
Returns the value of attribute format.
-
#path ⇒ ::String
Returns the value of attribute path.
-
#scope ⇒ "FAILED_FILES_ONLY"
Returns the value of attribute scope.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
156 157 158 |
# File 'sig/types.rbs', line 156 def enabled @enabled end |
#format ⇒ "REPORT_CSV_20191124"
Returns the value of attribute format.
158 159 160 |
# File 'sig/types.rbs', line 158 def format @format end |
#path ⇒ ::String
Returns the value of attribute path.
157 158 159 |
# File 'sig/types.rbs', line 157 def path @path end |
#scope ⇒ "FAILED_FILES_ONLY"
Returns the value of attribute scope.
159 160 161 |
# File 'sig/types.rbs', line 159 def scope @scope end |