Class: Aws::Types::PublishPackageVersionResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assetTypes::AssetSummary

Returns the value of attribute asset.

Returns:



802
803
804
# File 'sig/types.rbs', line 802

def asset
  @asset
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


796
797
798
# File 'sig/types.rbs', line 796

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def package
  @package
end

#status"Published", ...

Returns the value of attribute status.

Returns:

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


801
802
803
# File 'sig/types.rbs', line 801

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


799
800
801
# File 'sig/types.rbs', line 799

def version
  @version
end

#version_revision::String

Returns the value of attribute version_revision.

Returns:

  • (::String)


800
801
802
# File 'sig/types.rbs', line 800

def version_revision
  @version_revision
end