Class: Aws::Types::PackageVersionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#originTypes::PackageVersionOrigin

Returns the value of attribute origin.



776
777
778
# File 'sig/types.rbs', line 776

def origin
  @origin
end

#revision::String

Returns the value of attribute revision.

Returns:

  • (::String)


774
775
776
# File 'sig/types.rbs', line 774

def revision
  @revision
end

#status"Published", ...

Returns the value of attribute status.

Returns:

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


775
776
777
# File 'sig/types.rbs', line 775

def status
  @status
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def version
  @version
end