Class: Aws::Types::PackageImportJob

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_time ⇒ ::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


674
675
676
# File 'sig/types.rbs', line 674

def created_time
  @created_time
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def job_id
  @job_id
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")


676
677
678
# File 'sig/types.rbs', line 676

def job_type
  @job_type
end

#last_updated_time ⇒ ::Time

Returns the value of attribute last_updated_time.

Returns:

  • (::Time)


677
678
679
# File 'sig/types.rbs', line 677

def last_updated_time
  @last_updated_time
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


678
679
680
# File 'sig/types.rbs', line 678

def status
  @status
end

#status_message ⇒ ::String

Returns the value of attribute status_message.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def status_message
  @status_message
end