Class: Aws::Types::TaskReportConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::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.

Returns:

  • ("INCLUDE", "NONE")


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.

Returns:

  • ("SUMMARY_ONLY", "STANDARD")


935
936
937
# File 'sig/types.rbs', line 935

def output_type
  @output_type
end

#overridesTypes::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.

Returns:

  • ("ERRORS_ONLY", "SUCCESSES_AND_ERRORS")


936
937
938
# File 'sig/types.rbs', line 936

def report_level
  @report_level
end