Class: Aws::Types::PackageSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#format"npm", ...

Returns the value of attribute format.

Returns:

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


736
737
738
# File 'sig/types.rbs', line 736

def format
  @format
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def namespace
  @namespace
end

#origin_configurationTypes::PackageOriginConfiguration

Returns the value of attribute origin_configuration.



739
740
741
# File 'sig/types.rbs', line 739

def origin_configuration
  @origin_configuration
end

#package::String

Returns the value of attribute package.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def package
  @package
end