Class: Aws::Types::DeletePackageVersionsRequest

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)


165
166
167
# File 'sig/types.rbs', line 165

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def domain_owner
  @domain_owner
end

#expected_status"Published", ...

Returns the value of attribute expected_status.

Returns:

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


172
173
174
# File 'sig/types.rbs', line 172

def expected_status
  @expected_status
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


168
169
170
# File 'sig/types.rbs', line 168

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


170
171
172
# File 'sig/types.rbs', line 170

def package
  @package
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def repository
  @repository
end

#versions::Array[::String]

Returns the value of attribute versions.

Returns:

  • (::Array[::String])


171
172
173
# File 'sig/types.rbs', line 171

def versions
  @versions
end