Class: Aws::Types::InitiateJobInput

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:



256
257
258
# File 'sig/types.rbs', line 256

def 
  @account_id
end

#job_parametersTypes::JobParameters

Returns the value of attribute job_parameters.

Returns:



258
259
260
# File 'sig/types.rbs', line 258

def job_parameters
  @job_parameters
end

#vault_name::String

Returns the value of attribute vault_name.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def vault_name
  @vault_name
end