Class: Aws::Types::UpdatePackageVersionsStatusRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


968
969
970
# File 'sig/types.rbs', line 968

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def domain_owner
  @domain_owner
end

#expected_status"Published", ...

Returns the value of attribute expected_status.

Returns:

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


976
977
978
# File 'sig/types.rbs', line 976

def expected_status
  @expected_status
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


971
972
973
# File 'sig/types.rbs', line 971

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


972
973
974
# File 'sig/types.rbs', line 972

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


973
974
975
# File 'sig/types.rbs', line 973

def package
  @package
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def repository
  @repository
end

#target_status"Published", ...

Returns the value of attribute target_status.

Returns:

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


977
978
979
# File 'sig/types.rbs', line 977

def target_status
  @target_status
end

#version_revisions::Hash[::String, ::String]

Returns the value of attribute version_revisions.

Returns:

  • (::Hash[::String, ::String])


975
976
977
# File 'sig/types.rbs', line 975

def version_revisions
  @version_revisions
end

#versions::Array[::String]

Returns the value of attribute versions.

Returns:

  • (::Array[::String])


974
975
976
# File 'sig/types.rbs', line 974

def versions
  @versions
end