Class: Aws::Types::StartLoaderJobOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#payload::Hash[::String, ::String]

Returns the value of attribute payload.

Returns:

  • (::Hash[::String, ::String])


865
866
867
# File 'sig/types.rbs', line 865

def payload
  @payload
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def status
  @status
end