Class: Aws::Types::CreateJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#confirmation_required ⇒ Boolean
Returns the value of attribute confirmation_required.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#manifest ⇒ Types::JobManifest
Returns the value of attribute manifest.
-
#manifest_generator ⇒ Types::JobManifestGenerator
Returns the value of attribute manifest_generator.
-
#operation ⇒ Types::JobOperation
Returns the value of attribute operation.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#report ⇒ Types::JobReport
Returns the value of attribute report.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::S3Tag]
Returns the value of attribute tags.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
255 256 257 |
# File 'sig/types.rbs', line 255 def account_id @account_id end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
259 260 261 |
# File 'sig/types.rbs', line 259 def client_request_token @client_request_token end |
#confirmation_required ⇒ Boolean
Returns the value of attribute confirmation_required.
256 257 258 |
# File 'sig/types.rbs', line 256 def confirmation_required @confirmation_required end |
#description ⇒ ::String
Returns the value of attribute description.
261 262 263 |
# File 'sig/types.rbs', line 261 def description @description end |
#manifest ⇒ Types::JobManifest
Returns the value of attribute manifest.
260 261 262 |
# File 'sig/types.rbs', line 260 def manifest @manifest end |
#manifest_generator ⇒ Types::JobManifestGenerator
Returns the value of attribute manifest_generator.
265 266 267 |
# File 'sig/types.rbs', line 265 def manifest_generator @manifest_generator end |
#operation ⇒ Types::JobOperation
Returns the value of attribute operation.
257 258 259 |
# File 'sig/types.rbs', line 257 def operation @operation end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
262 263 264 |
# File 'sig/types.rbs', line 262 def priority @priority end |
#report ⇒ Types::JobReport
Returns the value of attribute report.
258 259 260 |
# File 'sig/types.rbs', line 258 def report @report end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
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.
264 265 266 |
# File 'sig/types.rbs', line 264 def @tags end |