Class: Aws::Types::DeletePackageRequest

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)


150
151
152
# File 'sig/types.rbs', line 150

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


153
154
155
# File 'sig/types.rbs', line 153

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


155
156
157
# File 'sig/types.rbs', line 155

def package
  @package
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


152
153
154
# File 'sig/types.rbs', line 152

def repository
  @repository
end