Class: Aws::Types::DescribePackageImportJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribePackageImportJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#input_config ⇒ Types::PackageImportJobInputConfig
Returns the value of attribute input_config.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#job_tags ⇒ ::Array[Types::JobResourceTags]
Returns the value of attribute job_tags.
-
#job_type ⇒ "NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION"
Returns the value of attribute job_type.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#output ⇒ Types::PackageImportJobOutput
Returns the value of attribute output.
-
#output_config ⇒ Types::PackageImportJobOutputConfig
Returns the value of attribute output_config.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
294 295 296 |
# File 'sig/types.rbs', line 294 def client_token @client_token end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
295 296 297 |
# File 'sig/types.rbs', line 295 def created_time @created_time end |
#input_config ⇒ Types::PackageImportJobInputConfig
Returns the value of attribute input_config.
296 297 298 |
# File 'sig/types.rbs', line 296 def input_config @input_config end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
297 298 299 |
# File 'sig/types.rbs', line 297 def job_id @job_id end |
#job_tags ⇒ ::Array[Types::JobResourceTags]
Returns the value of attribute job_tags.
298 299 300 |
# File 'sig/types.rbs', line 298 def @job_tags end |
#job_type ⇒ "NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION"
Returns the value of attribute job_type.
299 300 301 |
# File 'sig/types.rbs', line 299 def job_type @job_type end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
300 301 302 |
# File 'sig/types.rbs', line 300 def last_updated_time @last_updated_time end |
#output ⇒ Types::PackageImportJobOutput
Returns the value of attribute output.
301 302 303 |
# File 'sig/types.rbs', line 301 def output @output end |
#output_config ⇒ Types::PackageImportJobOutputConfig
Returns the value of attribute output_config.
302 303 304 |
# File 'sig/types.rbs', line 302 def output_config @output_config end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
303 304 305 |
# File 'sig/types.rbs', line 303 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
304 305 306 |
# File 'sig/types.rbs', line 304 def @status_message end |