Class: Aws::Types::GetJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#asset_configuration ⇒ Types::AssetConfiguration
Returns the value of attribute asset_configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#details ⇒ Types::ResponseDetails
Returns the value of attribute details.
-
#errors ⇒ ::Array[Types::JobError]
Returns the value of attribute errors.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#state ⇒ "WAITING", ...
Returns the value of attribute state.
-
#type ⇒ "IMPORT_ASSETS_FROM_S3", ...
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
490 491 492 |
# File 'sig/types.rbs', line 490 def arn @arn end |
#asset_configuration ⇒ Types::AssetConfiguration
Returns the value of attribute asset_configuration.
491 492 493 |
# File 'sig/types.rbs', line 491 def asset_configuration @asset_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
492 493 494 |
# File 'sig/types.rbs', line 492 def created_at @created_at end |
#details ⇒ Types::ResponseDetails
Returns the value of attribute details.
493 494 495 |
# File 'sig/types.rbs', line 493 def details @details end |
#errors ⇒ ::Array[Types::JobError]
Returns the value of attribute errors.
494 495 496 |
# File 'sig/types.rbs', line 494 def errors @errors end |
#id ⇒ ::String
Returns the value of attribute id.
495 496 497 |
# File 'sig/types.rbs', line 495 def id @id end |
#state ⇒ "WAITING", ...
Returns the value of attribute state.
496 497 498 |
# File 'sig/types.rbs', line 496 def state @state end |
#type ⇒ "IMPORT_ASSETS_FROM_S3", ...
Returns the value of attribute type.
497 498 499 |
# File 'sig/types.rbs', line 497 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
498 499 500 |
# File 'sig/types.rbs', line 498 def updated_at @updated_at end |