Class: Aws::Types::GetLoaderJobStatusInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detailsBoolean

Returns the value of attribute details.

Returns:

  • (Boolean)


322
323
324
# File 'sig/types.rbs', line 322

def details
  @details
end

#errorsBoolean

Returns the value of attribute errors.

Returns:

  • (Boolean)


323
324
325
# File 'sig/types.rbs', line 323

def errors
  @errors
end

#errors_per_page::Integer

Returns the value of attribute errors_per_page.

Returns:

  • (::Integer)


325
326
327
# File 'sig/types.rbs', line 325

def errors_per_page
  @errors_per_page
end

#load_id::String

Returns the value of attribute load_id.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def load_id
  @load_id
end

#page::Integer

Returns the value of attribute page.

Returns:

  • (::Integer)


324
325
326
# File 'sig/types.rbs', line 324

def page
  @page
end