Class: Aws::Types::CopyPackageVersionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_overwriteBoolean

Returns the value of attribute allow_overwrite.

Returns:

  • (Boolean)


61
62
63
# File 'sig/types.rbs', line 61

def allow_overwrite
  @allow_overwrite
end

#destination_repository::String

Returns the value of attribute destination_repository.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def destination_repository
  @destination_repository
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


56
57
58
# File 'sig/types.rbs', line 56

def format
  @format
end

#include_from_upstreamBoolean

Returns the value of attribute include_from_upstream.

Returns:

  • (Boolean)


62
63
64
# File 'sig/types.rbs', line 62

def include_from_upstream
  @include_from_upstream
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


57
58
59
# File 'sig/types.rbs', line 57

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def package
  @package
end

#source_repository::String

Returns the value of attribute source_repository.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def source_repository
  @source_repository
end

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

Returns the value of attribute version_revisions.

Returns:

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


60
61
62
# File 'sig/types.rbs', line 60

def version_revisions
  @version_revisions
end

#versions::Array[::String]

Returns the value of attribute versions.

Returns:

  • (::Array[::String])


59
60
61
# File 'sig/types.rbs', line 59

def versions
  @versions
end