Class: Aws::Types::CompletionReport

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


156
157
158
# File 'sig/types.rbs', line 156

def enabled
  @enabled
end

#format"REPORT_CSV_20191124"

Returns the value of attribute format.

Returns:

  • ("REPORT_CSV_20191124")


158
159
160
# File 'sig/types.rbs', line 158

def format
  @format
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def path
  @path
end

#scope"FAILED_FILES_ONLY"

Returns the value of attribute scope.

Returns:

  • ("FAILED_FILES_ONLY")


159
160
161
# File 'sig/types.rbs', line 159

def scope
  @scope
end