Class: Aws::Types::ListJobsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def 
  @account_id
end

#completed::String

Returns the value of attribute completed.

Returns:

  • (::String)


358
359
360
# File 'sig/types.rbs', line 358

def completed
  @completed
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


355
356
357
# File 'sig/types.rbs', line 355

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def marker
  @marker
end

#statuscode::String

Returns the value of attribute statuscode.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def statuscode
  @statuscode
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:

  • (::String)


354
355
356
# File 'sig/types.rbs', line 354

def vault_name
  @vault_name
end