Class: Aws::Types::JobReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1023
1024
1025
# File 'sig/types.rbs', line 1023

def bucket
  @bucket
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • ("Report_CSV_20180820")


1024
1025
1026
# File 'sig/types.rbs', line 1024

def format
  @format
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1026
1027
1028
# File 'sig/types.rbs', line 1026

def prefix
  @prefix
end

#report_scope"AllTasks", "FailedTasksOnly"

Returns the value of attribute report_scope.

Returns:

  • ("AllTasks", "FailedTasksOnly")


1027
1028
1029
# File 'sig/types.rbs', line 1027

def report_scope
  @report_scope
end