Class: Aws::Types::DisposePackageVersionsRequest

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)


287
288
289
# File 'sig/types.rbs', line 287

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def domain_owner
  @domain_owner
end

#expected_status"Published", ...

Returns the value of attribute expected_status.

Returns:

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


295
296
297
# File 'sig/types.rbs', line 295

def expected_status
  @expected_status
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


290
291
292
# File 'sig/types.rbs', line 290

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def package
  @package
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def repository
  @repository
end

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

Returns the value of attribute version_revisions.

Returns:

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


294
295
296
# File 'sig/types.rbs', line 294

def version_revisions
  @version_revisions
end

#versions::Array[::String]

Returns the value of attribute versions.

Returns:

  • (::Array[::String])


293
294
295
# File 'sig/types.rbs', line 293

def versions
  @versions
end