Class: Aws::Types::CreateJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateJobResponse
- 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.
200 201 202 |
# File 'sig/types.rbs', line 200 def arn @arn end |
#asset_configuration ⇒ Types::AssetConfiguration
Returns the value of attribute asset_configuration.
201 202 203 |
# File 'sig/types.rbs', line 201 def asset_configuration @asset_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
202 203 204 |
# File 'sig/types.rbs', line 202 def created_at @created_at end |
#details ⇒ Types::ResponseDetails
Returns the value of attribute details.
203 204 205 |
# File 'sig/types.rbs', line 203 def details @details end |
#errors ⇒ ::Array[Types::JobError]
Returns the value of attribute errors.
204 205 206 |
# File 'sig/types.rbs', line 204 def errors @errors end |
#id ⇒ ::String
Returns the value of attribute id.
205 206 207 |
# File 'sig/types.rbs', line 205 def id @id end |
#state ⇒ "WAITING", ...
Returns the value of attribute state.
206 207 208 |
# File 'sig/types.rbs', line 206 def state @state end |
#type ⇒ "IMPORT_ASSETS_FROM_S3", ...
Returns the value of attribute type.
207 208 209 |
# File 'sig/types.rbs', line 207 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
208 209 210 |
# File 'sig/types.rbs', line 208 def updated_at @updated_at end |