Class: Aws::Types::PublishPackageVersionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#asset_content::IO

Returns the value of attribute asset_content.

Returns:

  • (::IO)


788
789
790
# File 'sig/types.rbs', line 788

def asset_content
  @asset_content
end

#asset_name::String

Returns the value of attribute asset_name.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def asset_name
  @asset_name
end

#asset_sha256::String

Returns the value of attribute asset_sha256.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def asset_sha256
  @asset_sha256
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def domain
  @domain
end

#domain_owner::String

Returns the value of attribute domain_owner.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def domain_owner
  @domain_owner
end

#format"npm", ...

Returns the value of attribute format.

Returns:

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


784
785
786
# File 'sig/types.rbs', line 784

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def namespace
  @namespace
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def package
  @package
end

#package_version::String

Returns the value of attribute package_version.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def package_version
  @package_version
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def repository
  @repository
end

#unfinishedBoolean

Returns the value of attribute unfinished.

Returns:

  • (Boolean)


791
792
793
# File 'sig/types.rbs', line 791

def unfinished
  @unfinished
end