Class: Aws::Types::CreateJobRequest

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)


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

def 
  @account_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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

def client_request_token
  @client_request_token
end

#confirmation_requiredBoolean

Returns the value of attribute confirmation_required.

Returns:

  • (Boolean)


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

def confirmation_required
  @confirmation_required
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


261
262
263
# File 'sig/types.rbs', line 261

def description
  @description
end

#manifestTypes::JobManifest

Returns the value of attribute manifest.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def manifest
  @manifest
end

#manifest_generatorTypes::JobManifestGenerator

Returns the value of attribute manifest_generator.



265
266
267
# File 'sig/types.rbs', line 265

def manifest_generator
  @manifest_generator
end

#operationTypes::JobOperation

Returns the value of attribute operation.

Returns:



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

def operation
  @operation
end

#priority::Integer

Returns the value of attribute priority.

Returns:

  • (::Integer)


262
263
264
# File 'sig/types.rbs', line 262

def priority
  @priority
end

#reportTypes::JobReport

Returns the value of attribute report.

Returns:



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

def report
  @report
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


263
264
265
# File 'sig/types.rbs', line 263

def role_arn
  @role_arn
end

#tags::Array[Types::S3Tag]

Returns the value of attribute tags.

Returns:



264
265
266
# File 'sig/types.rbs', line 264

def tags
  @tags
end