Class: Aws::Types::DescribePackageImportJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:



298
299
300
# File 'sig/types.rbs', line 298

def job_tags
  @job_tags
end

#job_type ⇒ "NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION"

Returns the value of attribute job_type.

Returns:

  • ("NODE_PACKAGE_VERSION", "MARKETPLACE_NODE_PACKAGE_VERSION")


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.

Returns:

  • (::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.

Returns:

  • ("PENDING", "SUCCEEDED", "FAILED")


303
304
305
# File 'sig/types.rbs', line 303

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


304
305
306
# File 'sig/types.rbs', line 304

def status_message
  @status_message
end