Class: Aws::Types::Job

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)


684
685
686
# File 'sig/types.rbs', line 684

def 
  @account_id
end

#dataTypes::JobData

Returns the value of attribute data.

Returns:



682
683
684
# File 'sig/types.rbs', line 682

def data
  @data
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def id
  @id
end

#nonce::String

Returns the value of attribute nonce.

Returns:

  • (::String)


683
684
685
# File 'sig/types.rbs', line 683

def nonce
  @nonce
end