Class: Aws::Types::UpdateJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#api_version::String

Returns the value of attribute api_version.

Returns:



221
222
223
# File 'sig/types.rbs', line 221

def api_version
  @api_version
end

#job_id::String

Returns the value of attribute job_id.

Returns:



217
218
219
# File 'sig/types.rbs', line 217

def job_id
  @job_id
end

#job_type"Import", "Export"

Returns the value of attribute job_type.

Returns:



219
220
221
# File 'sig/types.rbs', line 219

def job_type
  @job_type
end

#manifest::String

Returns the value of attribute manifest.

Returns:



218
219
220
# File 'sig/types.rbs', line 218

def manifest
  @manifest
end

#validate_onlyBoolean

Returns the value of attribute validate_only.

Returns:



220
221
222
# File 'sig/types.rbs', line 220

def validate_only
  @validate_only
end