Class: Aws::Types::TaskReportConfig
- Inherits:
-
Object
- Object
- Aws::Types::TaskReportConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::ReportDestination
Returns the value of attribute destination.
-
#object_version_ids ⇒ "INCLUDE", "NONE"
Returns the value of attribute object_version_ids.
-
#output_type ⇒ "SUMMARY_ONLY", "STANDARD"
Returns the value of attribute output_type.
-
#overrides ⇒ Types::ReportOverrides
Returns the value of attribute overrides.
-
#report_level ⇒ "ERRORS_ONLY", "SUCCESSES_AND_ERRORS"
Returns the value of attribute report_level.
Instance Attribute Details
#destination ⇒ Types::ReportDestination
Returns the value of attribute destination.
934 935 936 |
# File 'sig/types.rbs', line 934 def destination @destination end |
#object_version_ids ⇒ "INCLUDE", "NONE"
Returns the value of attribute object_version_ids.
937 938 939 |
# File 'sig/types.rbs', line 937 def object_version_ids @object_version_ids end |
#output_type ⇒ "SUMMARY_ONLY", "STANDARD"
Returns the value of attribute output_type.
935 936 937 |
# File 'sig/types.rbs', line 935 def output_type @output_type end |
#overrides ⇒ Types::ReportOverrides
Returns the value of attribute overrides.
938 939 940 |
# File 'sig/types.rbs', line 938 def overrides @overrides end |
#report_level ⇒ "ERRORS_ONLY", "SUCCESSES_AND_ERRORS"
Returns the value of attribute report_level.
936 937 938 |
# File 'sig/types.rbs', line 936 def report_level @report_level end |