Class: Aws::Types::PackageVersionDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


747
748
749
# File 'sig/types.rbs', line 747

def display_name
  @display_name
end

#format"npm", ...

Returns the value of attribute format.

Returns:

  • ("npm", "pypi", "maven", "nuget", "generic", "ruby", "swift", "cargo")


744
745
746
# File 'sig/types.rbs', line 744

def format
  @format
end

#home_page::String

Returns the value of attribute home_page.

Returns:

  • (::String)


750
751
752
# File 'sig/types.rbs', line 750

def home_page
  @home_page
end

#licenses::Array[Types::LicenseInfo]

Returns the value of attribute licenses.

Returns:



753
754
755
# File 'sig/types.rbs', line 753

def licenses
  @licenses
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


745
746
747
# File 'sig/types.rbs', line 745

def namespace
  @namespace
end

#originTypes::PackageVersionOrigin

Returns the value of attribute origin.



756
757
758
# File 'sig/types.rbs', line 756

def origin
  @origin
end

#package_name::String

Returns the value of attribute package_name.

Returns:

  • (::String)


746
747
748
# File 'sig/types.rbs', line 746

def package_name
  @package_name
end

#published_time::Time

Returns the value of attribute published_time.

Returns:

  • (::Time)


752
753
754
# File 'sig/types.rbs', line 752

def published_time
  @published_time
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def revision
  @revision
end

#source_code_repository::String

Returns the value of attribute source_code_repository.

Returns:

  • (::String)


751
752
753
# File 'sig/types.rbs', line 751

def source_code_repository
  @source_code_repository
end

#status"Published", ...

Returns the value of attribute status.

Returns:

  • ("Published", "Unfinished", "Unlisted", "Archived", "Disposed", "Deleted")


755
756
757
# File 'sig/types.rbs', line 755

def status
  @status
end

#summary::String

Returns the value of attribute summary.

Returns:

  • (::String)


749
750
751
# File 'sig/types.rbs', line 749

def summary
  @summary
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


748
749
750
# File 'sig/types.rbs', line 748

def version
  @version
end