Class: Aws::Types::JobReport
- Inherits:
-
Object
- Object
- Aws::Types::JobReport
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
-
#format ⇒ "Report_CSV_20180820"
Returns the value of attribute format.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#report_scope ⇒ "AllTasks", "FailedTasksOnly"
Returns the value of attribute report_scope.
Instance Attribute Details
#bucket ⇒ ::String
Returns the value of attribute bucket.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def bucket @bucket end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def enabled @enabled end |
#expected_bucket_owner ⇒ ::String
Returns the value of attribute expected_bucket_owner.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def expected_bucket_owner @expected_bucket_owner end |
#format ⇒ "Report_CSV_20180820"
Returns the value of attribute format.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def format @format end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def prefix @prefix end |
#report_scope ⇒ "AllTasks", "FailedTasksOnly"
Returns the value of attribute report_scope.
1027 1028 1029 |
# File 'sig/types.rbs', line 1027 def report_scope @report_scope end |